public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/golang] eln: Do not ignore any tests in check
@ 2026-06-24 17:14 dbenoit
0 siblings, 0 replies; only message in thread
From: dbenoit @ 2026-06-24 17:14 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/golang
Branch : eln
Commit : a368e476ff2e5443653c8e1d1e4fcd0ab2891d74
Author : dbenoit <dbenoit@redhat.com>
Date : 2026-04-22T14:16:06-04:00
Stats : +0/-13 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/golang/c/a368e476ff2e5443653c8e1d1e4fcd0ab2891d74?branch=eln
Log:
Do not ignore any tests in check
The aarch64 linker issues are long since resolved.
We should enforce full %check for builds on all arches.
Related: RHEL-169926
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-24 17:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 17:14 [rpms/golang] eln: Do not ignore any tests in check dbenoit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox