Skip to content

Commit f8bd839

Browse files
committed
Update GCC for building on linux amd64 and AArch64
1 parent 4e7f5e6 commit f8bd839

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
@@ -74,7 +74,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
7474
},
7575
packages+: if for_jdk_build then {
7676
# devkit_platform_revisions in make/conf/jib-profiles.js
77-
"devkit:gcc11.2.0-OL6.4+1" : "==0"
77+
"devkit:gcc13.2.0-OL6.4+1" : "==0"
7878
} else {
7979
# When building/testing GraalVM, do not use a devkit as it is known not to
8080
# work well when dynamically linking libstdc++.
@@ -84,7 +84,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
8484
LinuxAArch64(for_jdk_build):: self.Linux + self.AArch64 {
8585
packages+: if for_jdk_build then {
8686
# devkit_platform_revisions in make/conf/jib-profiles.js
87-
"devkit:gcc11.2.0-OL7.6+1" : "==0"
87+
"devkit:gcc13.2.0-OL7.6+1" : "==0"
8888
} else {
8989
# See GR-26071 as well as comment in self.LinuxAMD64
9090
devtoolset: "==7"

0 commit comments

Comments
 (0)