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 2c84718 commit cd15bb0Copy full SHA for cd15bb0
build-farm/platform-specific-configurations/linux.sh
@@ -338,7 +338,7 @@ elif [ -r /usr/bin/gcc-7 ]; then
338
[ -r /usr/bin/g++-7 ] && export CXX=/usr/bin/g++-7
339
fi
340
341
-if [ "$JAVA_FEATURE_VERSION" -ge 20 ] && [ "${VARIANT}" == "${BUILD_VARIANT_TEMURIN}" ]; then
+if [ "$JAVA_FEATURE_VERSION" -ge 24 ] && [ "${VARIANT}" == "${BUILD_VARIANT_TEMURIN}" ]; then
342
# hsdis+capstone only supported on these two in openjdk
343
if [ "${ARCHITECTURE}" = "x64" ] || [ "${ARCHITECTURE}" = "aarch64" ]; then
344
if [ -r /usr/local/lib/libcapstone.so.4 ]; then
0 commit comments