Skip to content

Commit faa6a90

Browse files
committed
Update Truffle and JVMCI to get the new LoopExplosionKind
1 parent e6cf36c commit faa6a90

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ci.jsonnet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ local part_definitions = {
208208
JAVA_HOME: {
209209
name: "oraclejdk",
210210
# Update the openjdk8 version too below when updating this one
211-
version: "8u231-jvmci-19.3-b04",
211+
version: "8u231-jvmci-19.3-b05",
212212
platformspecific: true,
213213
},
214214
},
@@ -219,7 +219,7 @@ local part_definitions = {
219219
downloads+: {
220220
JAVA_HOME: {
221221
name: "openjdk",
222-
version: "8u232-jvmci-19.3-b04",
222+
version: "8u232-jvmci-19.3-b05",
223223
platformspecific: true,
224224
},
225225
},
@@ -229,7 +229,7 @@ local part_definitions = {
229229
downloads+: {
230230
JAVA_HOME: {
231231
name: "labsjdk",
232-
version: "ce-11.0.5+10-jvmci-19.3-b04",
232+
version: "ce-11.0.5+10-jvmci-19.3-b05",
233233
platformspecific: true,
234234
},
235235
},

mx.truffleruby/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "tools",
1010
"subdir": True,
1111
# version must always be equal to the version of the "sulong" import below
12-
"version": "aee967f1d90e1f032b266c62d10fc8c32a805fb8",
12+
"version": "a260400b4e0e85c308c62207554531930da87979",
1313
"urls": [
1414
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
1515
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
@@ -19,7 +19,7 @@
1919
"name": "sulong",
2020
"subdir": True,
2121
# version must always be equal to the version of the "tools" import above
22-
"version": "aee967f1d90e1f032b266c62d10fc8c32a805fb8",
22+
"version": "a260400b4e0e85c308c62207554531930da87979",
2323
"urls": [
2424
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
2525
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},

0 commit comments

Comments
 (0)