tests: add llvm-toolset-14.0 requirements to tests and plans
This commit is contained in:
parent
6d38530d6f
commit
470fb734a0
@ -17,3 +17,7 @@ adjust:
|
|||||||
- llvm-toolset-13.0-clang
|
- llvm-toolset-13.0-clang
|
||||||
- llvm-toolset-13.0-lld
|
- llvm-toolset-13.0-lld
|
||||||
when: "collection == llvm-toolset-13.0"
|
when: "collection == llvm-toolset-13.0"
|
||||||
|
- require+:
|
||||||
|
- llvm-toolset-14.0-clang
|
||||||
|
- llvm-toolset-14.0-lld
|
||||||
|
when: "collection == llvm-toolset-14.0"
|
||||||
|
@ -27,6 +27,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"
|
||||||
|
|
||||||
discover:
|
discover:
|
||||||
- name: lld-tests
|
- name: lld-tests
|
||||||
|
@ -27,6 +27,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"
|
||||||
|
|
||||||
discover:
|
discover:
|
||||||
- name: lld-tests
|
- name: lld-tests
|
||||||
|
@ -16,3 +16,6 @@ adjust:
|
|||||||
- require+:
|
- require+:
|
||||||
- llvm-toolset-13.0-lld
|
- llvm-toolset-13.0-lld
|
||||||
when: "collection == llvm-toolset-13.0"
|
when: "collection == llvm-toolset-13.0"
|
||||||
|
- require+:
|
||||||
|
- llvm-toolset-14.0-lld
|
||||||
|
when: "collection == llvm-toolset-14.0"
|
||||||
|
@ -19,3 +19,6 @@ adjust:
|
|||||||
- require+:
|
- require+:
|
||||||
- llvm-toolset-13.0-lld
|
- llvm-toolset-13.0-lld
|
||||||
when: "collection == llvm-toolset-13.0"
|
when: "collection == llvm-toolset-13.0"
|
||||||
|
- require+:
|
||||||
|
- llvm-toolset-14.0-lld
|
||||||
|
when: "collection == llvm-toolset-14.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user