Use require- instead
This commit is contained in:
parent
884120eebb
commit
1330fdb366
1 changed files with 4 additions and 1 deletions
|
|
@ -14,8 +14,11 @@ adjust:
|
|||
# Common requirements when LLVM is not SCL-ized
|
||||
- require+:
|
||||
- python3-lit
|
||||
when: "collection is not defined and (distro != rhel-8 or snapshot is not defined)"
|
||||
when: collection is not defined
|
||||
|
||||
- require-:
|
||||
- python3-lit
|
||||
when: distro == rhel-8 and snapshot is defined
|
||||
- require+:
|
||||
- python3.12-lit
|
||||
when: distro == rhel-8 and snapshot is defined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue