diff --git a/golang.spec b/golang.spec index b04a245..31c1c90 100644 --- a/golang.spec +++ b/golang.spec @@ -1,12 +1,4 @@ %bcond_with bootstrap -# temporalily ignore test failures -# due to https://github.com/golang/go/issues/39466 -%ifarch aarch64 -%bcond_without ignore_tests -%else -%bcond_with ignore_tests -%endif - # Enable race by default %global race 1 @@ -74,12 +66,7 @@ %global golang_bootstrap 1 %endif -# Controls what ever we fail on failed tests -%if %{with ignore_tests} -%global fail_on_tests 0 -%else %global fail_on_tests 1 -%endif # shared mode is breaks Go 1.21 in ELN %global shared 0