(In reply to Tom���� Chv��tal from comment #13) > Yep, but the problem now is we build the tests conditionally and only on 64b > intel, that means this would not solve it this time. Hm, maybe this would work? +%ifarch x86_64 +make +%else make build-nocheck +%endif -%check -# Run tests only on 64b intel as they are resource hogs -%ifarch x86_64 -make -%endif AIUI, that should still run the tests on x86_64, just in %build instead of %check...