File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ local common_json = import "../common.json";
121
121
122
122
graalnodejs:: {
123
123
packages+: if self .os == "linux" then {
124
- "00:devtoolset" : "==7 " ,
124
+ "00:devtoolset" : "==11 " ,
125
125
cmake: "==3.22.2" ,
126
126
} else {},
127
127
},
@@ -141,11 +141,8 @@ local common_json = import "../common.json";
141
141
"*.log" ,
142
142
],
143
143
144
- packages+: if self .os == "linux" && self .arch == "amd64" && std.objectHas (self , "os_distro" ) && self .os_distro == "ol" then {
145
- "00:devtoolset" : "==7" ,
146
- "01:binutils" : ">=2.34" ,
147
- } else if self .os == "linux" && self .arch == "aarch64" && std.objectHas (self , "os_distro" ) && self .os_distro == "ol" then {
148
- "00:devtoolset" : "==7" ,
144
+ packages+: if self .os == "linux" && std.objectHas (self , "os_distro" ) && self .os_distro == "ol" then {
145
+ "00:devtoolset" : "==11" ,
149
146
} else {},
150
147
},
151
148
},
Original file line number Diff line number Diff line change 4
4
" Jsonnet files should not include this file directly but use ci/common.jsonnet instead."
5
5
],
6
6
7
- "mx_version" : " 6.29 .0" ,
7
+ "mx_version" : " 6.34 .0" ,
8
8
9
9
"COMMENT.jdks" : " When adding or removing JDKs keep in sync with JDKs in ci/common.jsonnet" ,
10
10
"jdks" : {
Original file line number Diff line number Diff line change 7
7
{
8
8
"name" : "regex" ,
9
9
"subdir" : True ,
10
- "version" : "b35d79c351230b70b9e32bc729c6495fe87ae838 " ,
10
+ "version" : "dd2391474d1671e8790d79c6ab7004c2a1d601bb " ,
11
11
"urls" : [
12
12
{"url" : "https://github.com/oracle/graal.git" , "kind" : "git" },
13
13
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots" , "kind" : "binary" },
16
16
{
17
17
"name" : "sulong" ,
18
18
"subdir" : True ,
19
- "version" : "b35d79c351230b70b9e32bc729c6495fe87ae838 " ,
19
+ "version" : "dd2391474d1671e8790d79c6ab7004c2a1d601bb " ,
20
20
"urls" : [
21
21
{"url" : "https://github.com/oracle/graal.git" , "kind" : "git" },
22
22
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots" , "kind" : "binary" },
You can’t perform that action at this time.
0 commit comments