tests: disable libomp plan and test in s390x
This commit is contained in:
parent
12f649bbd7
commit
442544ac1b
@ -6,10 +6,16 @@ adjust:
|
||||
and trigger != commit
|
||||
and trigger != build
|
||||
enabled: false
|
||||
|
||||
- because: "When testing SCL-ized LLVM, the collection must be enabled first"
|
||||
environment+:
|
||||
WITH_SCL: "scl enable llvm-toolset-13.0"
|
||||
when: "collection == llvm-toolset-13.0"
|
||||
|
||||
- because: "libomp not supported in s390x"
|
||||
when: arch == s390x
|
||||
enabled: false
|
||||
|
||||
discover:
|
||||
how: fmf
|
||||
test: libomp
|
||||
|
@ -9,6 +9,10 @@ tag:
|
||||
- not-in-default
|
||||
test: "$WITH_SCL ./test.sh"
|
||||
adjust:
|
||||
- because: "libomp is not supported in s390x"
|
||||
when: arch == s390x
|
||||
enabled: false
|
||||
|
||||
# Common requirements when LLVM is not SCL-ized
|
||||
- require:
|
||||
- clang
|
||||
|
Loading…
Reference in New Issue
Block a user