Skip to content

Commit 344d8ea

Browse files
committed
[GR-10946] Set custom standalone name.
PullRequest: truffleruby/733
2 parents b040e3a + 34e6f3c commit 344d8ea

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

mx.truffleruby/mx_truffleruby.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ def ruby_testdownstream_sulong(args):
132132
name='TruffleRuby',
133133
short_name='rby',
134134
dir_name='ruby',
135+
standalone_dir_name='truffleruby-<version>-<graalvm_os>-<arch>',
135136
license_files=['LICENSE_TRUFFLERUBY.md'],
136137
third_party_license_files=['3rd_party_licenses_truffleruby.txt'],
137138
truffle_jars=[

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": "90f6858ea56becd2785e656630cf90254330383d",
12+
"version": "f7f14f5d4d9ac7c2537932810082fc9f54cb635e",
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": "90f6858ea56becd2785e656630cf90254330383d",
22+
"version": "f7f14f5d4d9ac7c2537932810082fc9f54cb635e",
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"},

0 commit comments

Comments
 (0)