public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/llvm] main: Remove checks for Fedora < 41
@ 2026-06-24 14:00 Nikita Popov
0 siblings, 0 replies; only message in thread
From: Nikita Popov @ 2026-06-24 14:00 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-24 14:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 14:00 [tests/llvm] main: Remove checks for Fedora < 41 Nikita Popov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox