19 lines
505 B
Plaintext
19 lines
505 B
Plaintext
summary: RHBZ1647130
|
|
test: "$WITH_SCL ./test.sh"
|
|
require: []
|
|
adjust:
|
|
# Common requirements when LLVM is not SCL-ized
|
|
- require+:
|
|
- clang
|
|
- clang-analyzer
|
|
when: "collection is not defined"
|
|
|
|
# Requirements for SCL-ized LLVM
|
|
- require+:
|
|
- llvm-toolset-13.0-clang
|
|
- llvm-toolset-13.0-clang-analyzer
|
|
when: "collection == llvm-toolset-13.0"
|
|
- require+:
|
|
- llvm-toolset-14.0-clang
|
|
- llvm-toolset-14.0-clang-analyzer
|
|
when: "collection == llvm-toolset-14.0" |