Skip to content

Commit 58c4fab

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

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
@@ -341,7 +341,7 @@ else
341341
fi
342342
fi
343343

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

0 commit comments

Comments
 (0)