tests: add llvm-toolset-14.0 requirements to tests and plans
This commit is contained in:
parent
14aa17fc59
commit
6f4c3aac71
@ -23,6 +23,10 @@ adjust:
|
|||||||
environment+:
|
environment+:
|
||||||
WITH_SCL: "scl enable llvm-toolset-13.0 rust-toolset-1.58"
|
WITH_SCL: "scl enable llvm-toolset-13.0 rust-toolset-1.58"
|
||||||
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"
|
||||||
|
|
||||||
discover:
|
discover:
|
||||||
- name: upstream-llvm-integration-testsuite
|
- name: upstream-llvm-integration-testsuite
|
||||||
|
Loading…
Reference in New Issue
Block a user