diff --git a/golang.spec b/golang.spec index 9407f5f..1d9ceb7 100644 --- a/golang.spec +++ b/golang.spec @@ -101,7 +101,7 @@ Name: golang Version: %{go_version} -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain License: BSD and Public Domain @@ -436,6 +436,9 @@ export GO_TEST_RUN="" ./run.bash --no-rebuild -v -v -v -k $GO_TEST_RUN +# tests timeout on ppc64le due to +# https://bugzilla.redhat.com/show_bug.cgi?id=2118776 +%ifnarch ppc64le export OPENSSL_FORCE_FIPS_MODE=1 # Run tests with FIPS enabled. pushd crypto @@ -448,6 +451,8 @@ popd pushd crypto/tls GOLANG_FIPS=1 go test -v -run "Boring" popd +%endif + %else ./run.bash --no-rebuild -v -v -v -k || : %endif @@ -509,6 +514,10 @@ cd .. %endif %changelog +* Tue Aug 16 2022 David Benoit - 1.18.4-3 +- Temporarily disable crypto tests on ppc64le +- Related: rhbz#2109180 + * Wed Aug 10 2022 Alejandro Sáez - 1.18.4-2 - Update to Go 1.18.4 - Resolves: rhbz#2109180