Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9bc730b132 |
2 changed files with 7 additions and 3 deletions
|
|
@ -20,3 +20,7 @@ adjust+:
|
||||||
- enabled: false
|
- enabled: false
|
||||||
because: "compiler-rt.i686 may not be available in snapshot builds when x86_64 tests are executed"
|
because: "compiler-rt.i686 may not be available in snapshot builds when x86_64 tests are executed"
|
||||||
when: snapshot is defined
|
when: snapshot is defined
|
||||||
|
|
||||||
|
- enabled: false
|
||||||
|
because: "i686 packages not available for compat"
|
||||||
|
when: compat is defined
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ framework: shell
|
||||||
|
|
||||||
# Always define "test" key and override in adjust or in each specific test
|
# Always define "test" key and override in adjust or in each specific test
|
||||||
# metadata if needed.
|
# metadata if needed.
|
||||||
test: ./test.sh
|
test: "PATH=/usr/lib64/llvm18/bin:$PATH ./test.sh"
|
||||||
|
|
||||||
# Commonly used keys are initialized to empty.
|
# Commonly used keys are initialized to empty.
|
||||||
require: []
|
require: []
|
||||||
|
|
@ -24,8 +24,8 @@ tag: []
|
||||||
adjust+:
|
adjust+:
|
||||||
# Common requirements when LLVM is not SCL-ized
|
# Common requirements when LLVM is not SCL-ized
|
||||||
- require+:
|
- require+:
|
||||||
- clang
|
- clang18
|
||||||
- compiler-rt
|
- compiler-rt18
|
||||||
when: collection is not defined
|
when: collection is not defined
|
||||||
|
|
||||||
# Requirements for SCL-ized LLVM
|
# Requirements for SCL-ized LLVM
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue