tests: disable lld tests in ppc64

This commit is contained in:
Jesus Checa Hidalgo 2022-05-03 16:59:58 +02:00
parent 622eb4dd5f
commit 7f916e3a7d
5 changed files with 10 additions and 10 deletions

View File

@ -2,9 +2,9 @@ summary: Test lld with clang
test: "$WITH_SCL ./test.sh"
require: []
adjust:
- because: lld is not shipped for s390x
- because: lld is not shipped for s390x and ppc64
enabled: false
when: arch == s390x
when: arch == s390x or arch == ppc64
# Common requirements when LLVM is not SCL-ized
- require+:

View File

@ -19,9 +19,9 @@ adjust:
and trigger != build
enabled: false
- because: lld is not shipped for s390x
- because: lld is not shipped for s390x or ppc64
enabled: false
when: arch == s390x
when: arch == s390x or arch == ppc64
- because: "When testing SCL-ized LLVM, the collection must be enabled first"
environment+:

View File

@ -19,9 +19,9 @@ adjust:
and trigger != build
enabled: false
- because: lld is not shipped for s390x
- because: lld is not shipped for s390x and ppc64
enabled: false
when: arch == s390x
when: arch == s390x or arch == ppc64
- because: "When testing SCL-ized LLVM, the collection must be enabled first"
environment+:

View File

@ -3,9 +3,9 @@ test: "$WITH_SCL ./test.sh"
require:
- gcc
adjust:
- because: lld is not shipped for s390x
- because: lld is not shipped for s390x and ppc64
enabled: false
when: arch == s390x
when: arch == s390x or arch == ppc64
# Common requirements when LLVM is not SCL-ized
- require+:

View File

@ -6,9 +6,9 @@ tag:
require:
- binutils
adjust:
- because: lld is not shipped for s390x
- because: lld is not shipped for s390x and ppc64
enabled: false
when: arch == s390x
when: arch == s390x or arch == ppc64
# Common requirements when LLVM is not SCL-ized
- require+: