Once upon a time, Leigh Scott <[email protected]> said: > %ifnarch s390x > BuildRequires: chromium-headless > %endif
I already know how to conditionalize build dependencies; the point is that's not a good approach, because then tests will/won't be run based on if koji assigns the build to a compatible architecture. That's not good (I'm trying to get where the tests are always run). In the past, a combination like: BuildArch: noarch ExclusiveArch: x86_64 aarch64 would not work (because ExclusiveArch: and ExcludeArch: were not checked when a package was BuildArch: noarch). It sounds like that's no longer the case. -- Chris Adams <[email protected]> -- _______________________________________________ devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
