Skip to content

Commit c173cf9

Browse files
[GR-35646] Update Truffle import to 22.0 release branch.
PullRequest: js/2261
2 parents 4d5a31e + a403280 commit c173cf9

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
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',

graal-js/mx.graal-js/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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"},

0 commit comments

Comments
 (0)