Skip to content

Commit

Permalink
Adjust hsdis support to be JDK24+ instead of 20+
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <sxa@redhat.com>
  • Loading branch information
sxa committed Dec 17, 2024
1 parent 9a4ecb7 commit 58c4fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-farm/platform-specific-configurations/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ else
fi
fi

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

0 comments on commit 58c4fab

Please sign in to comment.