Skip to content

Commit 1d5a53c

Browse files
committed
[GR-16908] Update JVMCI and Imports
PullRequest: graalpython/578
2 parents 0339649 + 835067e commit 1d5a53c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ci_common/mixins.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ local const = import 'constants.libsonnet';
7474

7575
local labsjdk8 = {
7676
downloads +: {
77-
JAVA_HOME: utils.download("oraclejdk", "8u212-jvmci-20-b04"),
77+
JAVA_HOME: utils.download("oraclejdk", "8u212-jvmci-19.2-b01"),
7878
EXTRA_JAVA_HOMES : {
7979
pathlist: [utils.download("oraclejdk", "11+28")]
8080
},

mx.graalpython/suite.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# METADATA
66
#
77
# --------------------------------------------------------------------------------------------------------------
8-
"mxversion": "5.219.2",
8+
"mxversion": "5.225.2",
99
"name": "graalpython",
1010
"versionConflictResolution": "latest",
1111

@@ -44,15 +44,15 @@
4444
},
4545
{
4646
"name": "sulong",
47-
"version": "0c62a120119365a1893294f129ae748658ae5c56",
47+
"version": "97c9fe405b077d7addd5e4f82290bb3b345b1727",
4848
"subdir": True,
4949
"urls": [
5050
{"url": "https://github.com/oracle/graal", "kind": "git"},
5151
]
5252
},
5353
{
5454
"name": "regex",
55-
"version": "0c62a120119365a1893294f129ae748658ae5c56",
55+
"version": "97c9fe405b077d7addd5e4f82290bb3b345b1727",
5656
"subdir": True,
5757
"urls": [
5858
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)