We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80cec6c commit a403280Copy full SHA for a403280
graal-js/ci.jsonnet
@@ -34,7 +34,7 @@ local ci = import '../ci.jsonnet';
34
35
local nativeImageSmokeTest = checkoutJsBenchmarks + {
36
suiteimports+:: ['substratevm'],
37
- nativeimages+:: ['lib:js'],
+ nativeimages+:: ['lib:jsvm'],
38
extraimagebuilderarguments+:: ['-H:+TruffleCheckBlockListMethods', '-H:+ReportExceptionStackTraces'],
39
run+: [
40
['mx', 'build'],
graal-js/mx.graal-js/mx_graal_js.py
@@ -331,7 +331,6 @@ def is_included(path):
331
],
332
library_configs=[
333
mx_sdk.LanguageLibraryConfig(
334
- destination='lib/<lib:js>',
335
launchers=['bin/<exe:js>'],
336
jar_distributions=['graal-js:GRAALJS_LAUNCHER'],
337
main_class='com.oracle.truffle.js.shell.JSLauncher',
0 commit comments