Batch update of various changes
This commit is contained in:
parent
763a84b98a
commit
d5fdfa740c
5 changed files with 16 additions and 7 deletions
|
|
@ -12,6 +12,10 @@ environment+:
|
|||
DWARF5: "yes"
|
||||
|
||||
adjust+:
|
||||
- when: distro == rhel-8.10
|
||||
environment+:
|
||||
DWARF5: "no"
|
||||
|
||||
- when: distro == rhel-8.6.0
|
||||
environment+:
|
||||
DWARF5: "no"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,11 @@ duration: 24h
|
|||
require+:
|
||||
- rpm-build
|
||||
- tree
|
||||
- /usr/bin/python3
|
||||
|
||||
link+:
|
||||
- verifies: https://issues.redhat.com/browse/RHEL-45873
|
||||
|
||||
adjust+:
|
||||
- when: distro < rhel-9.5
|
||||
enabled: false
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ test() {
|
|||
f=obj$y
|
||||
gcc -O2 -fpie -pie -DN=$y t.c -Wl,-z,relro,-z,now -o $f
|
||||
|
||||
PYTHONPATH="$GLIBC_SCRIPTS:$PYTHONPATH" python tst-load-segment-gaps.py $f >> verbose.log
|
||||
PYTHONPATH="$GLIBC_SCRIPTS:$PYTHONPATH" python3 tst-load-segment-gaps.py $f >> verbose.log
|
||||
ret=$?
|
||||
|
||||
rm $f
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ function verify_interesting_cases () {
|
|||
#
|
||||
# RHEL-9.5.0
|
||||
#
|
||||
elif rlIsRHEL ">=9.5" "<10"; then
|
||||
elif rlIsRHEL ">=9.5" && rlIsRHEL "<10"; then
|
||||
if [ "$tool" = "binutils" ]; then
|
||||
[ "$arch" == "aarch64" ] && verify_test "Check if efi app format is recognized" \
|
||||
"$tool_log" \
|
||||
|
|
|
|||
|
|
@ -49,11 +49,11 @@ adjust+:
|
|||
environment+:
|
||||
MAY_BUILD_OTHER_ARCHES: "no"
|
||||
|
||||
- because: "On RHEL-8.10.0 and newer, system binutils build extra binaries for cross compilation"
|
||||
when: distro == rhel-8.10 and collection is not defined
|
||||
test: "$WITH_SCL ./test-with-cross.sh"
|
||||
environment+:
|
||||
MAY_BUILD_OTHER_ARCHES: "no"
|
||||
# - because: "On RHEL-8.10.0 and newer, system binutils build extra binaries for cross compilation"
|
||||
# when: distro == rhel-8.10 and collection is not defined
|
||||
# test: "$WITH_SCL ./test-with-cross.sh"
|
||||
# environment+:
|
||||
# MAY_BUILD_OTHER_ARCHES: "no"
|
||||
|
||||
- because: "On RHEL-8.10.0 and newer, gcc-toolset-14 binutils build has extra directory levels"
|
||||
when: distro == rhel-8.10 and collection == gcc-toolset-14
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue