Skip to content

Commit f704579

Browse files
committed
Update to latest graal
1 parent cef6388 commit f704579

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

common.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"README": "This file contains definitions that are useful for the hocon and jsonnet CI files of multiple repositories.",
33

4-
"mx_version" : "6.14.18",
4+
"mx_version" : "6.15.0",
55

66
"jdks": {
77
"oraclejdk11": {"name": "jpg-jdk", "version": "11.0.11", "build_id": "9", "release": true, "platformspecific": true, "extrabundles": ["static-libs"] },
@@ -114,10 +114,13 @@
114114
}
115115
},
116116
"linux": {
117+
"packages": {}
117118
},
118119
"darwin_amd64": {
120+
"packages": {}
119121
},
120122
"darwin_aarch64": {
123+
"packages": {}
121124
},
122125
"windows": {
123126
"packages": {

mx.truffleruby/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "regex",
99
"subdir": True,
10-
"version": "15807fb796282bbc975bf82cb80b95d6c5f178ef",
10+
"version": "e5310bf91d65cf8871f6adb90656f671cfb27372",
1111
"urls": [
1212
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
1313
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
@@ -16,7 +16,7 @@
1616
{
1717
"name": "sulong",
1818
"subdir": True,
19-
"version": "15807fb796282bbc975bf82cb80b95d6c5f178ef",
19+
"version": "e5310bf91d65cf8871f6adb90656f671cfb27372",
2020
"urls": [
2121
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
2222
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},

0 commit comments

Comments
 (0)