tests: add llvm-toolset-14.0 requirements to tests and plans
This commit is contained in:
parent
dee6e6d502
commit
51a7c5df11
@ -23,6 +23,10 @@ adjust:
|
|||||||
environment+:
|
environment+:
|
||||||
WITH_SCL: "scl enable llvm-toolset-13.0"
|
WITH_SCL: "scl enable llvm-toolset-13.0"
|
||||||
when: "collection == llvm-toolset-13.0"
|
when: "collection == llvm-toolset-13.0"
|
||||||
|
- because: "When testing SCL-ized LLVM, the collection must be enabled first"
|
||||||
|
environment+:
|
||||||
|
WITH_SCL: "scl enable llvm-toolset-14.0"
|
||||||
|
when: "collection == llvm-toolset-14.0"
|
||||||
|
|
||||||
# Unfortunately, TMT does not support more declarative approach, we need to run commands on our own.
|
# 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"
|
- because: "On RHEL, CRB must be enabled to provide rarer packages"
|
||||||
|
@ -11,3 +11,6 @@ adjust:
|
|||||||
- require+:
|
- require+:
|
||||||
- llvm-toolset-13.0-python3-lit
|
- llvm-toolset-13.0-python3-lit
|
||||||
when: "collection == llvm-toolset-13.0"
|
when: "collection == llvm-toolset-13.0"
|
||||||
|
- require+:
|
||||||
|
- llvm-toolset-14.0-python3-lit
|
||||||
|
when: "collection == llvm-toolset-14.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user