public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/llvm] main: integration-test-suite: Disable gold tests on RHEL 11
@ 2026-08-25 18:52 Tulio Magno Quites Machado Filho
0 siblings, 0 replies; only message in thread
From: Tulio Magno Quites Machado Filho @ 2026-08-25 18:52 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : tests/llvm
Branch : main
Commit : 8421b022736598f00232c7b7bcafaa830302ac90
Author : Tulio Magno Quites Machado Filho <tuliom@redhat.com>
Date : 2026-08-24T20:41:34-03:00
Stats : +5/-0 in 2 file(s)
URL : https://src.fedoraproject.org/tests/llvm/c/8421b022736598f00232c7b7bcafaa830302ac90?branch=main
Log:
integration-test-suite: Disable gold tests on RHEL 11
gold's build has been disabled on ELN/RHEL 11.
Get prepared for this change.
https://src.fedoraproject.org/rpms/binutils/c/ddb3cb864e8689fe53f8accd61def4403ff94aee
---
diff --git a/tests/integration-test-suite/rhel.fmf b/tests/integration-test-suite/rhel.fmf
index 229b698..0036df4 100644
--- a/tests/integration-test-suite/rhel.fmf
+++ b/tests/integration-test-suite/rhel.fmf
@@ -44,3 +44,7 @@ adjust+:
- require+:
- python3.12-lit
when: distro == rhel-8
+
+ - environment+:
+ NO_GOLD: true
+ when: distro >= rhel-11
diff --git a/tests/integration-test-suite/test.sh b/tests/integration-test-suite/test.sh
index 95598a0..fb78aa7 100755
--- a/tests/integration-test-suite/test.sh
+++ b/tests/integration-test-suite/test.sh
@@ -43,6 +43,7 @@ rlJournalStart
rlRun "mkdir _build && cd _build"
CONFIG_CMD="cmake .."
+ CONFIG_CMD+="${NO_GOLD:+ -DENABLE_GOLD_TESTS=OFF}"
CONFIG_CMD+="${NO_LIBCXX:+ -DENABLE_LIBCXX=OFF}"
CONFIG_CMD+="${NO_STATIC_LIBCXX:+ -DENABLE_STATIC_LIBCXX=OFF}"
CONFIG_CMD+="${NO_LIBUNWIND:+ -DENABLE_LIBUNWIND=OFF}"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-25 18:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-25 18:52 [tests/llvm] main: integration-test-suite: Disable gold tests on RHEL 11 Tulio Magno Quites Machado Filho
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox