File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ def ruby_testdownstream_sulong(args):
132
132
name = 'TruffleRuby' ,
133
133
short_name = 'rby' ,
134
134
dir_name = 'ruby' ,
135
+ standalone_dir_name = 'truffleruby-<version>-<graalvm_os>-<arch>' ,
135
136
license_files = ['LICENSE_TRUFFLERUBY.md' ],
136
137
third_party_license_files = ['3rd_party_licenses_truffleruby.txt' ],
137
138
truffle_jars = [
Original file line number Diff line number Diff line change 9
9
"name" : "tools" ,
10
10
"subdir" : True ,
11
11
# version must always be equal to the version of the "sulong" import below
12
- "version" : "90f6858ea56becd2785e656630cf90254330383d " ,
12
+ "version" : "f7f14f5d4d9ac7c2537932810082fc9f54cb635e " ,
13
13
"urls" : [
14
14
{"url" : "https://github.com/oracle/graal.git" , "kind" : "git" },
15
15
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots" , "kind" : "binary" },
19
19
"name" : "sulong" ,
20
20
"subdir" : True ,
21
21
# version must always be equal to the version of the "tools" import above
22
- "version" : "90f6858ea56becd2785e656630cf90254330383d " ,
22
+ "version" : "f7f14f5d4d9ac7c2537932810082fc9f54cb635e " ,
23
23
"urls" : [
24
24
{"url" : "https://github.com/oracle/graal.git" , "kind" : "git" },
25
25
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots" , "kind" : "binary" },
You can’t perform that action at this time.
0 commit comments