Add llvm-toolset-15.0
This commit is contained in:
parent
2a9fce43ee
commit
43bae05f23
2 changed files with 7 additions and 0 deletions
|
|
@ -27,6 +27,10 @@ adjust:
|
|||
environment+:
|
||||
WITH_SCL: "scl enable llvm-toolset-14.0"
|
||||
when: "collection == llvm-toolset-14.0"
|
||||
- because: "When testing SCL-ized LLVM, the collection must be enabled first"
|
||||
environment+:
|
||||
WITH_SCL: "scl enable llvm-toolset-15.0"
|
||||
when: "collection == llvm-toolset-15.0"
|
||||
|
||||
# Unfortunately, TMT does not support more declarative approach, we need to run commands on our own.
|
||||
- because: "On RHEL, CRB must be enabled to provide rarer packages"
|
||||
|
|
|
|||
|
|
@ -23,3 +23,6 @@ adjust:
|
|||
- require+:
|
||||
- llvm-toolset-14.0-python3-lit
|
||||
when: "collection == llvm-toolset-14.0"
|
||||
- require+:
|
||||
- llvm-toolset-15.0-python3-lit
|
||||
when: "collection == llvm-toolset-15.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue