Skip to content

Commit a98f777

Browse files
Update graal import.
1 parent b64cd1d commit a98f777

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

ci/common.jsonnet

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ local common_json = import "../common.json";
165165
post_merge: {
166166
targets+: ["post-merge"],
167167
},
168+
opt_post_merge: {
169+
targets+: ["opt-post-merge"],
170+
tags+: []
171+
},
168172
daily: {
169173
targets+: ["daily"],
170174
},
@@ -173,7 +177,7 @@ local common_json = import "../common.json";
173177
},
174178
monthly: {
175179
targets+: ["monthly"],
176-
},
180+
}
177181
},
178182

179183
# Hardware definitions and common fields

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": "53bd3f0cb3f3a4e07d725203f3c352e34c6a845d",
10+
"version": "091881d56c11fbc3456c7f65542bdfdd1a304c6f",
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": "53bd3f0cb3f3a4e07d725203f3c352e34c6a845d",
19+
"version": "091881d56c11fbc3456c7f65542bdfdd1a304c6f",
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)