We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4ecb7 commit 58c4fabCopy full SHA for 58c4fab
build-farm/platform-specific-configurations/linux.sh
@@ -341,7 +341,7 @@ else
341
fi
342
343
344
-if [ "$JAVA_FEATURE_VERSION" -ge 20 ] && [ "${VARIANT}" == "${BUILD_VARIANT_TEMURIN}" ]; then
+if [ "$JAVA_FEATURE_VERSION" -ge 24 ] && [ "${VARIANT}" == "${BUILD_VARIANT_TEMURIN}" ]; then
345
# hsdis+capstone only supported on these two in openjdk
346
if [ "${ARCHITECTURE}" = "x64" ] || [ "${ARCHITECTURE}" = "aarch64" ]; then
347
if [ -r /usr/local/lib/libcapstone.so.4 ]; then
0 commit comments