From 34ffc5a4c6440c0e15f0b423a288aae643c5108b Mon Sep 17 00:00:00 2001 From: dbenoit Date: Wed, 22 Apr 2026 16:37:12 -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. Resolves: RHEL-169932 --- golang.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golang.spec b/golang.spec index 96d4e52..53d77c4 100644 --- a/golang.spec +++ b/golang.spec @@ -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