Skip to content

Commit 33fe318

Browse files
authored
Updating expected gcc version string in JDK25+ from 11.3 to 14.2 (#4261)
Signed-off-by: Adam Farley <[email protected]>
1 parent 3fa4608 commit 33fe318

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tooling/release_download_test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,8 @@ verify_gcc_version() {
385385
# shellcheck disable=SC2166
386386
[ "${MAJOR_VERSION}" = "8" -o "${MAJOR_VERSION}" = "11" ] && expected_gcc=7.5.0
387387
[ "${MAJOR_VERSION}" = "17" ] && expected_gcc=10.3.0
388-
[ "${MAJOR_VERSION}" -ge 20 ] && expected_gcc=11.3.0
388+
[ "${MAJOR_VERSION}" = "21" ] && expected_gcc=11.3.0
389+
[ "${MAJOR_VERSION}" -ge 25 ] && expected_gcc=14.2.0
389390

390391
if ! ls OpenJDK*-jre_"${ARCH}"_"${OS}"_hotspot_*.tar.gz > /dev/null 2>&1; then
391392
print_verbose "IVT: Release does not contain a JRE for $OS/$ARCH so not running local checks"

0 commit comments

Comments
 (0)