Batch update of various changes

This commit is contained in:
Miloš Prchlík 2024-11-01 14:09:16 +01:00
commit 763a84b98a
3 changed files with 16 additions and 20 deletions

View file

@ -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

View file

@ -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

View file

@ -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"