Add llvm-toolset-15.0
This commit is contained in:
parent
6d61d6a689
commit
1cafc5b62a
2 changed files with 11 additions and 1 deletions
|
|
@ -27,6 +27,10 @@ adjust:
|
|||
environment+:
|
||||
WITH_SCL: "scl enable llvm-toolset-14.0 rust-toolset-1.62"
|
||||
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 rust-toolset-1.66"
|
||||
when: "collection == llvm-toolset-15.0"
|
||||
|
||||
discover:
|
||||
- name: libomp-tests
|
||||
|
|
|
|||
|
|
@ -34,4 +34,10 @@ adjust:
|
|||
- llvm-toolset-14.0-clang-libs
|
||||
- llvm-toolset-14.0-libomp
|
||||
- llvm-toolset-14.0-libomp-devel
|
||||
when: "collection == llvm-toolset-14.0"
|
||||
when: "collection == llvm-toolset-14.0"
|
||||
- require:
|
||||
- llvm-toolset-15.0-clang
|
||||
- llvm-toolset-15.0-clang-libs
|
||||
- llvm-toolset-15.0-libomp
|
||||
- llvm-toolset-15.0-libomp-devel
|
||||
when: "collection == llvm-toolset-15.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue