public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nikita Popov <npopov@redhat.com>
To: git-commits@fedoraproject.org
Subject: [tests/llvm] main: Remove checks for Fedora < 41
Date: Wed, 24 Jun 2026 14:00:06 GMT	[thread overview]
Message-ID: <178230960663.1.15134852819265230505.tests-llvm-6f3ff93a5f01@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : tests/llvm
            Branch : main
            Commit : 6f3ff93a5f01bc9f334752a205d149a94627bfd4
            Author : Nikita Popov <npopov@redhat.com>
            Date   : 2026-06-24T14:29:53+02:00
            Stats  : +0/-9 in 2 file(s)
            URL    : https://src.fedoraproject.org/tests/llvm/c/6f3ff93a5f01bc9f334752a205d149a94627bfd4?branch=main

            Log:
            Remove checks for Fedora < 41

These Fedora versions are no longer maintained, so remove related
conditionals.

---
diff --git a/tests/bolt-sanity/main.fmf b/tests/bolt-sanity/main.fmf
index 5637470..464c42f 100644
--- a/tests/bolt-sanity/main.fmf
+++ b/tests/bolt-sanity/main.fmf
@@ -9,10 +9,6 @@ adjust+:
     when: distro != fedora
     enabled: false
 
-  - because: "We only ship llvm-bolt in snapshots for fedora 41 and newer"
-    when: snapshot is defined and distro < fedora-41
-    enabled: false
-
   - because: "llvm-bolt only supports x86_64 and aarch64"
     when: arch != x86_64 and arch != aarch64
     enabled: false

diff --git a/tests/integration-test-suite/fedora.fmf b/tests/integration-test-suite/fedora.fmf
index 2862860..abc8928 100644
--- a/tests/integration-test-suite/fedora.fmf
+++ b/tests/integration-test-suite/fedora.fmf
@@ -22,8 +22,3 @@ adjust+:
   - enabled: false
     when: distro != fedora or compat is defined
     continue: false
-
-  # We only ship mlir in snapshots for fedora 41 and newer.
-  - require-:
-      - mlir-devel
-    when: snapshot is defined and distro < fedora-41

                 reply	other threads:[~2026-06-24 14:00 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=178230960663.1.15134852819265230505.tests-llvm-6f3ff93a5f01@fedoraproject.org \
    --to=npopov@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