public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tulio Magno Quites Machado Filho <tuliom@redhat.com>
To: git-commits@fedoraproject.org
Subject: [tests/llvm] main: integration-test-suite: Disable gold tests on RHEL 11
Date: Tue, 25 Aug 2026 18:52:19 GMT	[thread overview]
Message-ID: <178768393967.1.9661109477220285336.tests-llvm-8421b0227365@fedoraproject.org> (raw)

            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}"

                 reply	other threads:[~2026-08-25 18:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178768393967.1.9661109477220285336.tests-llvm-8421b0227365@fedoraproject.org \
    --to=tuliom@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox