File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
165170 "ruby" : " >=2.1.0"
166171 }
167172 },
168- "darwin" : {},
173+ "darwin_amd64" : {},
174+ "darwin_aarch64" : {},
169175 "windows" : {}
170176 }
171177 }
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 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" },
You can’t perform that action at this time.
0 commit comments