Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f59c738fd5 |
1 changed files with 5 additions and 5 deletions
|
|
@ -14,7 +14,7 @@ framework: shell
|
|||
|
||||
# Always define "test" key and override in adjust or in each specific test
|
||||
# metadata if needed.
|
||||
test: ./test.sh
|
||||
test: "PATH=/usr/lib64/llvm18/bin:$PATH ./test.sh"
|
||||
|
||||
# Commonly used keys are initialized to empty.
|
||||
require: []
|
||||
|
|
@ -35,10 +35,10 @@ adjust+:
|
|||
|
||||
# Common requirements when LLVM is not SCL-ized
|
||||
- require+:
|
||||
- clang
|
||||
- clang-libs
|
||||
- libomp
|
||||
- libomp-devel
|
||||
- clang18
|
||||
- clang18-libs
|
||||
- libomp18
|
||||
- libomp18-devel
|
||||
when: collection is not defined
|
||||
|
||||
# Requirements for SCL-ized LLVM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue