Fabio Valentini wrote: > On Wed, Mar 18, 2026 at 1:10 PM Chris Adams [email protected] wrote: > > Once upon a time, Richard W.M. Jones [email protected] said: > > On Mon, Mar 16, 2026 at 09:02:32PM -0500, Chris Adams wrote: > > I maintain the perl-WWW-Mechanize-Chrome package, which is noarch. > > Currently, I have build tests disabled because there were several issues > > with the tests themselves, but a developer has been cleaning them up. > > The tests use chromium-headless, but I realized that that's not built on > > s390x.
> > If you use something like > %ifarch x86_64 aarch64 > BuildRequires: chromium-headless > %endif > then this would work - the build's dependencies are resolved on each or %ifnarch s390x BuildRequires: chromium-headless %endif -- _______________________________________________ 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
