Skip to content

Commit cd15bb0

Browse files
committed
Adjust hsdis support to be JDK24+ instead of 20+
Signed-off-by: Stewart X Addison <sxa@redhat.com>
1 parent 2c84718 commit cd15bb0

File tree

1 file changed

+1
-1
lines changed
  • build-farm/platform-specific-configurations

1 file changed

+1
-1
lines changed

build-farm/platform-specific-configurations/linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ elif [ -r /usr/bin/gcc-7 ]; then
338338
[ -r /usr/bin/g++-7 ] && export CXX=/usr/bin/g++-7
339339
fi
340340

341-
if [ "$JAVA_FEATURE_VERSION" -ge 20 ] && [ "${VARIANT}" == "${BUILD_VARIANT_TEMURIN}" ]; then
341+
if [ "$JAVA_FEATURE_VERSION" -ge 24 ] && [ "${VARIANT}" == "${BUILD_VARIANT_TEMURIN}" ]; then
342342
# hsdis+capstone only supported on these two in openjdk
343343
if [ "${ARCHITECTURE}" = "x64" ] || [ "${ARCHITECTURE}" = "aarch64" ]; then
344344
if [ -r /usr/local/lib/libcapstone.so.4 ]; then

0 commit comments

Comments
 (0)