Do not ignore any tests in check

The aarch64 linker issues are long since resolved.
We should enforce full %check for builds on all arches.

Resolves: RHEL-169932
This commit is contained in:
dbenoit 2026-04-22 16:37:12 -04:00
parent 183368b3ca
commit 34ffc5a4c6

View File

@ -56,7 +56,7 @@
%endif
# Controls what ever we fail on failed tests
%ifarch x86_64 %{arm} ppc64le s390x
%ifarch x86_64 %{arm} ppc64le s390x aarch64
%global fail_on_tests 1
%else
%global fail_on_tests 0