From a368e476ff2e5443653c8e1d1e4fcd0ab2891d74 Mon Sep 17 00:00:00 2001 From: dbenoit Date: Wed, 22 Apr 2026 14:16:06 -0400 Subject: [PATCH] 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 --- golang.spec | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/golang.spec b/golang.spec index b04a245..31c1c90 100644 --- a/golang.spec +++ b/golang.spec @@ -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