public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/llvm] main: Disable gold test in integration-test-suite on F46
@ 2026-09-10  9:51 Nikita Popov
  0 siblings, 0 replies; only message in thread
From: Nikita Popov @ 2026-09-10  9:51 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : tests/llvm
            Branch : main
            Commit : 93dcd9742ede7fc1505e2480e0351b2a2dd86f68
            Author : Nikita Popov <npopov@redhat.com>
            Date   : 2026-09-09T17:55:21+02:00
            Stats  : +9/-1 in 3 file(s)
            URL    : https://src.fedoraproject.org/tests/llvm/c/93dcd9742ede7fc1505e2480e0351b2a2dd86f68?branch=main

            Log:
            Disable gold test in integration-test-suite on F46

binutils-gold has been dropped from rawhide, so disable it in the
integration test suite

---
diff --git a/tests/integration-test-suite/compat.fmf b/tests/integration-test-suite/compat.fmf
index ebe0966..15e9672 100644
--- a/tests/integration-test-suite/compat.fmf
+++ b/tests/integration-test-suite/compat.fmf
@@ -23,3 +23,7 @@ adjust+:
   - enabled: false
     when: compat is not defined
     continue: false
+
+  - environment+:
+      NO_GOLD: true
+    when: distro >= fedora-46

diff --git a/tests/integration-test-suite/fedora.fmf b/tests/integration-test-suite/fedora.fmf
index abc8928..69b68c6 100644
--- a/tests/integration-test-suite/fedora.fmf
+++ b/tests/integration-test-suite/fedora.fmf
@@ -22,3 +22,7 @@ adjust+:
   - enabled: false
     when: distro != fedora or compat is defined
     continue: false
+
+  - environment+:
+      NO_GOLD: true
+    when: distro >= fedora-46

diff --git a/tests/integration-test-suite/rhel.fmf b/tests/integration-test-suite/rhel.fmf
index 0036df4..54b33ed 100644
--- a/tests/integration-test-suite/rhel.fmf
+++ b/tests/integration-test-suite/rhel.fmf
@@ -46,5 +46,5 @@ adjust+:
     when: distro == rhel-8
 
   - environment+:
-    NO_GOLD: true
+      NO_GOLD: true
     when: distro >= rhel-11

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-10  9:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-10  9:51 [tests/llvm] main: Disable gold test in integration-test-suite on F46 Nikita Popov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox