Skip to content
Snippets Groups Projects
Commit 2ad205f3 authored by Johnny Hughes's avatar Johnny Hughes
Browse files

Disable tests in armhfp

parent bee88f2b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment