Batch update of various changes
This commit is contained in:
parent
71e0f1ccf4
commit
763a84b98a
3 changed files with 16 additions and 20 deletions
|
|
@ -5,7 +5,7 @@ duration: 10m
|
|||
link+:
|
||||
- verifies: https://issues.redhat.com/browse/RHEL-42954
|
||||
|
||||
adjust+:
|
||||
- when: arch != aarch64
|
||||
because: Test is relevant for aarch64 only
|
||||
enabled: false
|
||||
#adjust+:
|
||||
# - when: arch != aarch64
|
||||
# because: Test is relevant for aarch64 only
|
||||
# enabled: false
|
||||
|
|
|
|||
|
|
@ -13,22 +13,6 @@ environment+:
|
|||
REQUIRES: "wget"
|
||||
|
||||
adjust+:
|
||||
- when: distro >= rhel-10
|
||||
require+:
|
||||
- wget2
|
||||
|
||||
environment+:
|
||||
WGET_PACKAGE: "wget2"
|
||||
REQUIRES: "wget2"
|
||||
|
||||
- when: distro >= centos-stream-10
|
||||
require+:
|
||||
- wget2
|
||||
|
||||
environment+:
|
||||
WGET_PACKAGE: "wget2"
|
||||
REQUIRES: "wget2"
|
||||
|
||||
- when: distro >= fedora-39
|
||||
require+:
|
||||
- wget2
|
||||
|
|
|
|||
|
|
@ -67,6 +67,18 @@ adjust+:
|
|||
environment+:
|
||||
MAY_BUILD_OTHER_ARCHES: "no"
|
||||
|
||||
- because: "On RHEL-8.8.0, gcc-toolset-13 binutils build has extra directory levels"
|
||||
when: distro == rhel-8.8 and collection == gcc-toolset-13
|
||||
test: "$WITH_SCL ./test-with-cross.sh"
|
||||
environment+:
|
||||
MAY_BUILD_OTHER_ARCHES: "no"
|
||||
|
||||
- because: "On RHEL-8.6.0, gcc-toolset-13 binutils build has extra directory levels"
|
||||
when: distro == rhel-8.6 and collection == gcc-toolset-13
|
||||
test: "$WITH_SCL ./test-with-cross.sh"
|
||||
environment+:
|
||||
MAY_BUILD_OTHER_ARCHES: "no"
|
||||
|
||||
- because: "On CentOS Stream 9, system binutils build extra binaries for cross compilation"
|
||||
when: distro == centos-stream-9 and collection is not defined
|
||||
test: "$WITH_SCL ./test-with-cross.sh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue