File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff 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' ],
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 2424 {
2525 "name" : "regex" ,
2626 "subdir" : True ,
27- "version" : "770c53654ef0c2e942dc53c42ffcb9a8b7f5c335 " ,
27+ "version" : "cad2eb45dc739af015f88e05012593d0ec15d465 " ,
2828 "urls" : [
2929 {"url" : "https://github.com/oracle/graal.git" , "kind" : "git" },
3030 {"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots" , "kind" : "binary" },
You can’t perform that action at this time.
0 commit comments