Support RHEL-9.5

This commit is contained in:
Miloš Prchlík 2024-05-21 14:21:22 +02:00
commit b3d0caa90a

View file

@ -27,21 +27,11 @@ adjust+:
test: "$WITH_SCL ./test-with-cross.sh"
- because: "On RHEL-9.3.0 and newer, system binutils build extra binaries for cross compilation"
when: distro == rhel-9.3 and collection is not defined
test: "$WITH_SCL ./test-with-cross.sh"
- because: "On RHEL-9.3.0 and newer, system binutils build extra binaries for cross compilation"
when: distro == rhel-9.4 and collection is not defined
when: distro >= rhel-9.3 and collection is not defined
test: "$WITH_SCL ./test-with-cross.sh"
- because: "On RHEL-9.3.0 and newer, gcc-toolset-13 binutils build has extra directory levels"
when: distro == rhel-9.3 and collection == gcc-toolset-13
test: "$WITH_SCL ./test-with-cross.sh"
environment+:
MAY_BUILD_OTHER_ARCHES: "no"
- because: "On RHEL-9.3.0 and newer, gcc-toolset-13 binutils build has extra directory levels"
when: distro == rhel-9.4 and collection == gcc-toolset-13
when: distro >= rhel-9.3 and collection == gcc-toolset-13
test: "$WITH_SCL ./test-with-cross.sh"
environment+:
MAY_BUILD_OTHER_ARCHES: "no"