Add llvm-toolset-15.0

This commit is contained in:
Edjunior Machado 2022-09-29 10:25:03 +02:00
commit af3dcbf8a1
3 changed files with 12 additions and 0 deletions

View file

@ -27,6 +27,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: lldb-tests

View file

@ -25,3 +25,6 @@ adjust:
- require+:
- llvm-toolset-14.0-lldb
when: collection == llvm-toolset-14.0
- require+:
- llvm-toolset-15.0-lldb
when: collection == llvm-toolset-15.0

View file

@ -31,3 +31,8 @@ adjust:
environment+:
LLDB_PACKAGE: llvm-toolset-14.0-lldb
when: collection == llvm-toolset-14.0
- require+:
- llvm-toolset-15.0-lldb
environment+:
LLDB_PACKAGE: llvm-toolset-15.0-lldb
when: collection == llvm-toolset-15.0