18 lines
457 B
Plaintext
18 lines
457 B
Plaintext
summary: "Test that lldb doesn't crash with dwz debuginfo"
|
|
test: "$WITH_SCL ./test.sh"
|
|
require:
|
|
- coreutils-debuginfo
|
|
adjust:
|
|
# Common requirements when LLVM is not SCL-ized
|
|
- require+:
|
|
- lldb
|
|
when: "collection is not defined"
|
|
|
|
# Requirements for SCL-ized LLVM
|
|
- require+:
|
|
- llvm-toolset-13.0-lldb
|
|
when: "collection == llvm-toolset-13.0"
|
|
- require+:
|
|
- llvm-toolset-14.0-lldb
|
|
when: "collection == llvm-toolset-14.0"
|