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