#320 copr frontend check: remove arch specific condition
Closed 5 years ago Opened 5 years ago by praiskup.

There's: %if %{with check} && "%{_arch}" == "x86_64"

If there are some arch-specific problems, we should use ExclusiveArch ...


This is because of 44e1b58

So rather then ExclusiveArch we can rather use ExcludeArch and exclude i386. Thou I never run the build and test on ppc, arm or something similar.

because otherwise python will not like that we use in test numbers higher then sys.maxint on i386

I think we should look if this is still a problem and if need to use numbers higher then sys.maxint in tests, which seems unlikely. Probably we should not exclude an architecture because of this.

On Wednesday, June 20, 2018 4:17:53 PM CEST Miroslav Such=FD wrote:

So rather then ExclusiveArch we can rather use ExcludeArch and exclude i3=
86.
Thou I never run the build and test on ppc, arm or something similar.

ExclusiveArch is the one taken by koji koji to decide what architecture is
to be used for build (afaik), and ExcludeArch doesn't work for noarch
packages. As a result of ExclusiveArch, the noarch package also should be
distributed on blessed architectures, but this did not work last time for m=
e:
https://pagure.io/pungi-fedora/issue/87

Metadata Update from @clime:
- Issue status updated to: Closed (was: Open)

5 years ago

Login to comment on this ticket.

Metadata