Skip to content

Commit

Permalink
Update ansible/pbTestScripts/buildJDK.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Stewart X Addison <6487691+sxa@users.noreply.github.com>
  • Loading branch information
steelhead31 and sxa authored Sep 17, 2024
1 parent 96ec847 commit 4c8fd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/pbTestScripts/buildJDK.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c8fd92

Please sign in to comment.