Skip to content

Commit a403280

Browse files
matneugilles-duboscq
authored andcommitted
Fixed naming scheme for language libraries
1 parent 80cec6c commit a403280

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

graal-js/ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ local ci = import '../ci.jsonnet';
3434

3535
local nativeImageSmokeTest = checkoutJsBenchmarks + {
3636
suiteimports+:: ['substratevm'],
37-
nativeimages+:: ['lib:js'],
37+
nativeimages+:: ['lib:jsvm'],
3838
extraimagebuilderarguments+:: ['-H:+TruffleCheckBlockListMethods', '-H:+ReportExceptionStackTraces'],
3939
run+: [
4040
['mx', 'build'],

graal-js/mx.graal-js/mx_graal_js.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ def is_included(path):
331331
],
332332
library_configs=[
333333
mx_sdk.LanguageLibraryConfig(
334-
destination='lib/<lib:js>',
335334
launchers=['bin/<exe:js>'],
336335
jar_distributions=['graal-js:GRAALJS_LAUNCHER'],
337336
main_class='com.oracle.truffle.js.shell.JSLauncher',

0 commit comments

Comments
 (0)