Support RHEL-9.5
This commit is contained in:
parent
bbbf15f1b4
commit
b3d0caa90a
1 changed files with 2 additions and 12 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue