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.

Related: RHEL-169926
This commit is contained in:
dbenoit 2026-04-22 14:16:06 -04:00
parent 992637ac64
commit a368e476ff

View File

@ -1,12 +1,4 @@
%bcond_with bootstrap
# temporalily ignore test failures
# due to https://github.com/golang/go/issues/39466
%ifarch aarch64
%bcond_without ignore_tests
%else
%bcond_with ignore_tests
%endif
# Enable race by default
%global race 1
@ -74,12 +66,7 @@
%global golang_bootstrap 1
%endif
# Controls what ever we fail on failed tests
%if %{with ignore_tests}
%global fail_on_tests 0
%else
%global fail_on_tests 1
%endif
# shared mode is breaks Go 1.21 in ELN
%global shared 0