Skip to content

Commit 20c4cc2

Browse files
update GCC versions for linux platform
1 parent 533edb1 commit 20c4cc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
7777
},
7878
packages+: if for_jdk_build then {
7979
# devkit_platform_revisions in make/conf/jib-profiles.js
80-
"devkit:gcc13.2.0-OL6.4+1" : "==0"
80+
"devkit:gcc14.2.0-OL6.4+1" : "==0"
8181
} else {
8282
# When building/testing GraalVM, do not use a devkit as it is known not to
8383
# work well when dynamically linking libstdc++.
@@ -87,7 +87,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
8787
LinuxAArch64(for_jdk_build):: self.Linux + self.AArch64 {
8888
packages+: if for_jdk_build then {
8989
# devkit_platform_revisions in make/conf/jib-profiles.js
90-
"devkit:gcc13.2.0-OL7.6+1" : "==0"
90+
"devkit:gcc14.2.0-OL7.6+1" : "==0"
9191
} else {
9292
# See GR-26071 as well as comment in self.LinuxAMD64
9393
devtoolset: "==7"

0 commit comments

Comments
 (0)