From 2ad205f3051f1abc57a875ee3cef86ae93c3955b Mon Sep 17 00:00:00 2001
From: Johnny Hughes <johnny@centos.org>
Date: Thu, 31 Oct 2019 21:11:57 +0000
Subject: [PATCH] Disable tests in armhfp

---
 SPECS/golang.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/SPECS/golang.spec b/SPECS/golang.spec
index 79a9f84..59e4db6 100644
--- a/SPECS/golang.spec
+++ b/SPECS/golang.spec
@@ -27,7 +27,7 @@
 # Define GOROOT macros
 %global goroot          %{_prefix}/lib/%{name}
 %global gopath          %{_datadir}/gocode
-%global golang_arches   %{ix86} x86_64 aarch64 ppc64le s390x
+%global golang_arches   %{ix86} x86_64 aarch64 ppc64le s390x %{arm}
 %global golibdir        %{_libdir}/%{name}
 
 # Golang build options.
@@ -54,7 +54,7 @@
 %endif
 
 # Controls what ever we fail on failed tests
-%ifarch %{ix86} x86_64 %{arm} aarch64 ppc64le
+%ifarch %{ix86} x86_64 aarch64 ppc64le
 %global fail_on_tests 1
 %else
 %global fail_on_tests 0
-- 
GitLab