Add llvm-toolset-15.0
This commit is contained in:
parent
8c35ab8755
commit
3270f811ee
5 changed files with 18 additions and 0 deletions
|
|
@ -30,3 +30,7 @@ adjust:
|
|||
- llvm-toolset-14.0-clang
|
||||
- llvm-toolset-14.0-lld
|
||||
when: collection == llvm-toolset-14.0
|
||||
- require+:
|
||||
- llvm-toolset-15.0-clang
|
||||
- llvm-toolset-15.0-lld
|
||||
when: collection == llvm-toolset-15.0
|
||||
|
|
|
|||
|
|
@ -31,6 +31,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"
|
||||
|
||||
discover:
|
||||
- name: lld-tests
|
||||
|
|
|
|||
|
|
@ -31,6 +31,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"
|
||||
|
||||
discover:
|
||||
- name: lld-tests
|
||||
|
|
|
|||
|
|
@ -32,3 +32,6 @@ adjust:
|
|||
- require+:
|
||||
- llvm-toolset-14.0-lld
|
||||
when: collection == llvm-toolset-14.0
|
||||
- require+:
|
||||
- llvm-toolset-15.0-lld
|
||||
when: collection == llvm-toolset-15.0
|
||||
|
|
|
|||
|
|
@ -35,3 +35,6 @@ adjust:
|
|||
- require+:
|
||||
- llvm-toolset-14.0-lld
|
||||
when: collection == llvm-toolset-14.0
|
||||
- require+:
|
||||
- llvm-toolset-15.0-lld
|
||||
when: collection == llvm-toolset-15.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue