diff --git a/ansible/pbTestScripts/buildJDK.sh b/ansible/pbTestScripts/buildJDK.sh index 4c1fd37b81..67cafc9ebc 100755 --- a/ansible/pbTestScripts/buildJDK.sh +++ b/ansible/pbTestScripts/buildJDK.sh @@ -171,7 +171,7 @@ fi export CONFIGURE_ARGS="--with-native-debug-symbols=none" export BUILD_ARGS="--custom-cacerts false" -# For Ubutu24.04 Support - Dont Use gcc-7 +# For Ubuntu24.04 Support - Don't Use gcc-7 if grep 'noble' /etc/*-release >/dev/null 2>&1; then export BUILD_ARGS="--custom-cacerts false --use-adoptium-devkit gcc-11.3.0-Centos7.9.2009-b03" fi