Remove x86_64 debuginfo workaround which should no longer be needed
Related: RHEL-74404
This commit is contained in:
parent
be86b0848e
commit
c79d060a3c
@ -2121,12 +2121,10 @@ if ! nm ${alt_java_binary} | grep prctl ; then true ; else false; fi
|
|||||||
%if %{include_staticlibs}
|
%if %{include_staticlibs}
|
||||||
# Check debug symbols in static libraries (smoke test)
|
# Check debug symbols in static libraries (smoke test)
|
||||||
# Temporary workaround for debuginfo failure on x86_64 with devkit build
|
# Temporary workaround for debuginfo failure on x86_64 with devkit build
|
||||||
%ifnarch x86_64
|
|
||||||
export STATIC_LIBS_HOME=${JAVA_HOME}/lib/static/linux-%{archinstall}/glibc
|
export STATIC_LIBS_HOME=${JAVA_HOME}/lib/static/linux-%{archinstall}/glibc
|
||||||
readelf --debug-dump $STATIC_LIBS_HOME/libnet.a | grep Inet4AddressImpl.c
|
readelf --debug-dump $STATIC_LIBS_HOME/libnet.a | grep Inet4AddressImpl.c
|
||||||
readelf --debug-dump $STATIC_LIBS_HOME/libnet.a | grep Inet6AddressImpl.c
|
readelf --debug-dump $STATIC_LIBS_HOME/libnet.a | grep Inet6AddressImpl.c
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
|
|
||||||
so_suffix="so"
|
so_suffix="so"
|
||||||
# Check debug symbols are present and can identify code
|
# Check debug symbols are present and can identify code
|
||||||
@ -2565,6 +2563,7 @@ require "copy_jdk_configs.lua"
|
|||||||
- Update release notes to 21.0.6+7
|
- Update release notes to 21.0.6+7
|
||||||
- Sync the copy of the portable & devkit specfiles with the latest update
|
- Sync the copy of the portable & devkit specfiles with the latest update
|
||||||
- Include the latest devkit patches
|
- Include the latest devkit patches
|
||||||
|
- Remove x86_64 debuginfo workaround which should no longer be needed
|
||||||
- ** This tarball is embargoed until 2025-01-21 @ 1pm PT. **
|
- ** This tarball is embargoed until 2025-01-21 @ 1pm PT. **
|
||||||
- Resolves: RHEL-73549
|
- Resolves: RHEL-73549
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user