Skip to content

Commit b394105

Browse files
[GR-37553] Prepare 22.1.
PullRequest: js/2384
2 parents 3124e54 + 05666d1 commit b394105

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ local defs = import 'defs.jsonnet';
77
// Used to run fewer jobs
88
local debug = false,
99

10-
local overlay = 'a892aea0a53f23cb522447fdeee08ac172ebd59c',
10+
local overlay = 'ebdbbc69acb39ec69dc6bdc6c1f616227edc1931',
1111

1212
local no_overlay = 'cb733e564850cd37b685fcef6f3c16b59802b22c',
1313

common.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,16 @@
9696
"cmake": "==3.15.2"
9797
}
9898
},
99-
"darwin": {
99+
"darwin_amd64": {
100100
"packages": {
101101
"cmake": "==3.15.2"
102102
}
103103
},
104+
"darwin_aarch64": {
105+
"packages": {
106+
"cmake": "==3.22.2"
107+
}
108+
},
104109
"windows": {
105110
"packages": {
106111
"msvc": "==10.0",
@@ -165,7 +170,8 @@
165170
"ruby": ">=2.1.0"
166171
}
167172
},
168-
"darwin": {},
173+
"darwin_amd64": {},
174+
"darwin_aarch64": {},
169175
"windows": {}
170176
}
171177
}

common.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ local common_json = (import "common.json");
8484
darwin: common + {
8585
os:: 'darwin',
8686
arch:: 'amd64',
87-
packages+: common_json.sulong.deps.darwin.packages,
87+
packages+: common_json.sulong.deps.darwin_amd64.packages,
8888
environment+: {
8989
// for compatibility with macOS El Capitan
9090
MACOSX_DEPLOYMENT_TARGET: '10.11',

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" : "abedb7b4840e42d943f36d93b52caf189bf8a776",
27+
"version" : "dc6d58f4b9415dab2e0a2a6df27943b65f8e0cad",
2828
"urls" : [
2929
{"url" : "https://github.com/oracle/graal.git", "kind" : "git"},
3030
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},

0 commit comments

Comments
 (0)