Skip to content

Commit 8673386

Browse files
author
Pavel Marek
committed
[GR-19768] Update Truffle import.
PullRequest: fastr/2741
2 parents 6cc60b3 + d9f264a commit 8673386

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

graal_common.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,16 @@
131131
"packages": {
132132
"devkit:VS2019-16.9.3+1": "==0"
133133
}
134+
},
135+
"linux-jdk11": {
136+
"packages": {
137+
"devkit:gcc7.3.0-OEL6.4+1": "==1"
138+
}
139+
},
140+
"linux-jdk17": {
141+
"packages": {
142+
"devkit:gcc10.3.0-OL6.4+1": "==0"
143+
}
134144
}
135145
},
136146
"catch_files": [

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" : "1c2c688ddbaa76ec8a153a4027cb8843ea5b5cd5",
12+
"version" : "05f6853ec39e69ccb0cfa420853530903f2cbf67",
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" : "1c2c688ddbaa76ec8a153a4027cb8843ea5b5cd5",
23+
"version" : "05f6853ec39e69ccb0cfa420853530903f2cbf67",
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)