Skip to content

Commit a7b09ad

Browse files
committed
Update imports
1 parent d591ea3 commit a7b09ad

File tree

3 files changed

+4
-16
lines changed

3 files changed

+4
-16
lines changed

ci/graal/ci/common.jsonnet

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -286,18 +286,6 @@ local common_json = import "../common.json";
286286
} else {},
287287
},
288288

289-
truffleruby:: {
290-
packages+: (if self.os == "linux" && self.arch == "amd64" then {
291-
ruby: "==3.2.2", # Newer version, also used for benchmarking
292-
} else if (self.os == "windows") then
293-
error('truffleruby is not supported on windows')
294-
else {
295-
ruby: "==3.0.2",
296-
}) + (if self.os == "linux" then {
297-
libyaml: "==0.2.5",
298-
} else {}),
299-
},
300-
301289
graalnodejs:: {
302290
local this = self,
303291
packages+: if self.os == "linux" then {
@@ -571,4 +559,4 @@ local common_json = import "../common.json";
571559

572560
windows_amd64: self.bare.windows_amd64 + common,
573561
windows_server_2016_amd64: self.bare.windows_server_2016_amd64 + common,
574-
}
562+
}

ci/graal/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Jsonnet files should not include this file directly but use ci/common.jsonnet instead."
55
],
66

7-
"mx_version": "7.68.4",
7+
"mx_version": "7.68.5",
88

99
"COMMENT.jdks": "When adding or removing JDKs keep in sync with JDKs in ci/common.jsonnet",
1010
"jdks": {

mx.graalpython/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353
},
5454
{
5555
"name": "tools",
56-
"version": "e61a4623b7fc839ee10df84050c120d59056b871",
56+
"version": "2019e35448f5fe8141d36b4c74dbf60bd138a4d2",
5757
"subdir": True,
5858
"urls": [
5959
{"url": "https://github.com/oracle/graal", "kind": "git"},
6060
],
6161
},
6262
{
6363
"name": "regex",
64-
"version": "e61a4623b7fc839ee10df84050c120d59056b871",
64+
"version": "2019e35448f5fe8141d36b4c74dbf60bd138a4d2",
6565
"subdir": True,
6666
"urls": [
6767
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)