Skip to content

Commit ea9e4cd

Browse files
author
Pavel Marek
committed
[GR-19768] Update Truffle import.
PullRequest: fastr/2743
2 parents 8673386 + bd93df7 commit ea9e4cd

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ overlay : '6ee29a2fa50b3720d21f1dedc89e470620f9994c' }
1+
{ overlay : '8f6cbca35f5eb650bcaf78c20fdf8863e00258d2' }

graal_common.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@
226226
},
227227
"windows": {
228228
"packages": {
229-
"msvc": "==10.0",
230229
"pip:cmake": "==3.18.4"
231230
}
232231
}

mx.fastr/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"subdir" : True,
1010
# The version must be the same as the version of Sulong
1111
# TRUFFLE REVISION (note: this is a marker for script that can update this)
12-
"version" : "05f6853ec39e69ccb0cfa420853530903f2cbf67",
12+
"version" : "e369f02e58834ff1f7bf11647bbbdc755f353207",
1313
"urls" : [
1414
{"url" : "https://github.com/graalvm/graal", "kind" : "git"},
1515
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},
@@ -20,7 +20,7 @@
2020
"subdir" : True,
2121
# The version must be the same as the version of Truffle
2222
# TRUFFLE REVISION (note: this is a marker for script that can update this)
23-
"version" : "05f6853ec39e69ccb0cfa420853530903f2cbf67",
23+
"version" : "e369f02e58834ff1f7bf11647bbbdc755f353207",
2424
"urls" : [
2525
{"url" : "https://github.com/graalvm/graal", "kind" : "git"},
2626
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},

0 commit comments

Comments
 (0)