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.
This commit is contained in:
Nikita Popov 2025-02-14 09:34:52 +01:00
commit d2c29f2096

View file

@ -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