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 3fa4608 commit 33fe318Copy full SHA for 33fe318
tooling/release_download_test.sh
@@ -385,7 +385,8 @@ verify_gcc_version() {
385
# shellcheck disable=SC2166
386
[ "${MAJOR_VERSION}" = "8" -o "${MAJOR_VERSION}" = "11" ] && expected_gcc=7.5.0
387
[ "${MAJOR_VERSION}" = "17" ] && expected_gcc=10.3.0
388
- [ "${MAJOR_VERSION}" -ge 20 ] && expected_gcc=11.3.0
+ [ "${MAJOR_VERSION}" = "21" ] && expected_gcc=11.3.0
389
+ [ "${MAJOR_VERSION}" -ge 25 ] && expected_gcc=14.2.0
390
391
if ! ls OpenJDK*-jre_"${ARCH}"_"${OS}"_hotspot_*.tar.gz > /dev/null 2>&1; then
392
print_verbose "IVT: Release does not contain a JRE for $OS/$ARCH so not running local checks"
0 commit comments