proud-dentist-22844
04/08/2025, 5:22 AMGenerally, you can use the address without the @ suffix as an alias to all the parametrized targets. For example, pants test example:tests will run all the targets in parallel.
It does not seem to work for dependencies though. Is there a simple way to depend on all parameterizations?elegant-florist-94385
04/08/2025, 10:07 AMproud-dentist-22844
04/08/2025, 1:06 PMnfpm_deb_package or an nfpm_rpm_package that depends on all parametrizations of an nfpm_content_file target.proud-dentist-22844
04/08/2025, 7:57 PM