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:
parent
cce3cc4dde
commit
d2c29f2096
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue