Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Jesus Checa Hidalgo
15fec8fe6d Create compat18 branch 2024-07-16 14:09:16 +02:00
3 changed files with 7 additions and 3 deletions

View file

@ -7,7 +7,7 @@ extra-nitrate: TC#0614058
adjust+: adjust+:
# Common requirements when LLVM is not SCL-ized # Common requirements when LLVM is not SCL-ized
- require+: - require+:
- clang - clang18
when: collection is not defined when: collection is not defined
# Requirements for SCL-ized LLVM # Requirements for SCL-ized LLVM

View file

@ -13,3 +13,7 @@ adjust+:
- because: lld is not installed as ld alternative in rhel < 9 - because: lld is not installed as ld alternative in rhel < 9
enabled: false enabled: false
when: distro < rhel-9 when: distro < rhel-9
- because: lld not installed as alternative in compat packages
enabled: false
when: compat is defined

View file

@ -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: []
@ -34,7 +34,7 @@ adjust+:
# Common requirements when LLVM is not SCL-ized # Common requirements when LLVM is not SCL-ized
- require+: - require+:
- lld - lld18
when: collection is not defined when: collection is not defined
# Requirements for SCL-ized LLVM # Requirements for SCL-ized LLVM