From d2c29f2096a6d2dcc2cc90635287727352f91dc0 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 14 Feb 2025 09:34:52 +0100 Subject: [PATCH] Disable mlir in integration test suite for snapshots + f40 This is a fixup for https://src.fedoraproject.org/tests/llvm/pull-request/44. I forgot that we only ship mlir in snapshots starting with fedora 41. --- tests/integration-test-suite/fedora.fmf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/integration-test-suite/fedora.fmf b/tests/integration-test-suite/fedora.fmf index abc8928..2862860 100644 --- a/tests/integration-test-suite/fedora.fmf +++ b/tests/integration-test-suite/fedora.fmf @@ -22,3 +22,8 @@ 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