Skip to content

Commit fd86e60

Browse files
committed
Upgrade to JVMCI 8u202-jvmci-0.55 from 8u192-jvmci-0.54.
PullRequest: truffleruby/640
2 parents bafdc67 + b4df794 commit fd86e60

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

ci.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ local part_definitions = {
291291
downloads+: {
292292
JAVA_HOME: {
293293
name: "labsjdk",
294-
version: "8u192-jvmci-0.54",
294+
version: "8u202-jvmci-0.55",
295295
platformspecific: true,
296296
},
297297
},
@@ -305,7 +305,7 @@ local part_definitions = {
305305
downloads+: {
306306
JAVA_HOME: {
307307
name: "openjdk",
308-
version: "8u192-jvmci-0.54",
308+
version: "8u202-jvmci-0.55",
309309
platformspecific: true,
310310
},
311311
},

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": "9be7ab457c51adf6d985ca578c60c450925be0ac",
12+
"version": "874220bf87fd564c28b0ad44710a6276124f5840",
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": "9be7ab457c51adf6d985ca578c60c450925be0ac",
22+
"version": "874220bf87fd564c28b0ad44710a6276124f5840",
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"},

test/mri/excludes/TestTimeTZ.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
exclude :test_gen_Pacific_Kiritimati_71, "possibly changed in new definitive time zone databases"
55
exclude :test_gen_Pacific_Kiritimati_89, "possibly changed in new definitive time zone databases"
66
exclude :test_pacific_kiritimati, "possibly changed in new definitive time zone databases"
7+
exclude :test_gen_Asia_Tokyo_50, "possibly changed in new definitive time zone databases"
8+
exclude :test_gen_Asia_Tokyo_54, "possibly changed in new definitive time zone databases"

0 commit comments

Comments
 (0)