Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Jitka Plesnikova
3f550829b8 Disable Go tests 2021-10-07 18:01:53 +02:00

View file

@ -45,7 +45,8 @@
# Do not run Go tests, they failed with 4.0.0 on ppc64le
%ifarch %{ix86} x86_64 %{arm} aarch64
%{!?golang:%global golang 1}
# Tests do not work with Go 1.15
%{!?golang:%global golang 0}
%else
%{!?golang:%global golang 0}
%endif