Skip to content

Commit 24d6dd6

Browse files
committed
Update Sulong repo URL.
1 parent 7d7dee7 commit 24d6dd6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127

128128
local labsjdk8Mixin = {
129129
downloads +: {
130-
JAVA_HOME: utils.download("labsjdk", "8u172-jvmci-0.46"),
130+
JAVA_HOME: utils.download("labsjdk", "8u172-jvmci-0.48"),
131131
EXTRA_JAVA_HOMES : { pathlist: [utils.download("oraclejdk", "11+20")] },
132132
},
133133
environment +: {

mx.graalpython/suite.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@
2525
},
2626
{
2727
"name": "sulong",
28-
"version": "c34211bfbc077655d983d4a3fc4b56371ec5535a",
28+
"version": "b8e104a9f2d0e5c1135c3c25b64c9e50a3fa41b0",
29+
"subdir": True,
2930
"urls": [
30-
{"url": "https://github.com/graalvm/sulong", "kind": "git"},
31+
{"url": "https://github.com/oracle/graal", "kind": "git"},
3132
]
3233
},
3334
{
3435
"name": "regex",
35-
"version": "5e7409244ac702a26b310c1802296a2d3a80cb27",
36+
"version": "b8e104a9f2d0e5c1135c3c25b64c9e50a3fa41b0",
3637
"subdir": True,
3738
"urls": [
3839
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)