Skip to content

Commit 28c448d

Browse files
committed
[GR-44889] Prepare 23.0.
PullRequest: js/2754
2 parents f202969 + 6bed02b commit 28c448d

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ local graalNodeJs = import 'graal-nodejs/ci.jsonnet';
66
// Used to run fewer jobs
77
local useOverlay = true,
88

9-
local overlay = '9966cf251aab9b90f980bcba28fb3cc6b168ef5c',
9+
local overlay = 'ef2c5a0a0f16f06469e5fa2bb5db1e80c82e99a6',
1010

1111
local no_overlay = 'cb733e564850cd37b685fcef6f3c16b59802b22c',
1212

ci/common.jsonnet

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,13 @@ local common_json = import "../common.json";
101101
},
102102

103103
truffleruby:: {
104-
packages+: if self.os == "linux" then {
105-
ruby: "==2.6.3",
106-
} else {},
104+
packages+: (if self.os == "linux" && self.arch == "amd64" then {
105+
ruby: "==3.1.2", # Newer version, also used for benchmarking
106+
} else {
107+
ruby: "==3.0.2",
108+
}) + (if self.os == "linux" then {
109+
libyaml: "==0.2.5",
110+
} else {}),
107111
},
108112

109113
graalnodejs:: {

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": "6.16.0",
7+
"mx_version": "6.17.0",
88

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

graal-js/mx.graal-js/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{
2525
"name" : "regex",
2626
"subdir" : True,
27-
"version" : "a71f207c5cd0e21e854d2b7791081a0bc46d0744",
27+
"version" : "a81ecbe6def2084b669872f76207535ab62fd8d6",
2828
"urls" : [
2929
{"url" : "https://github.com/oracle/graal.git", "kind" : "git"},
3030
]

0 commit comments

Comments
 (0)