Skip to content

Commit 606255c

Browse files
committed
It is enough to only build the standalone for make-standalone-distribution.sh
1 parent d088980 commit 606255c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tool/make-standalone-distribution.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ set -e
1010
set -x
1111

1212
# Build
13-
bin/jt build --env native
14-
bin/jt build --env native -- --dependencies=GRAALVM_STANDALONES
13+
bin/jt build --env native -- --targets=GRAALVM_STANDALONES
1514

1615
standalone=$(bin/jt mx --env native standalone-home ruby)
1716
release_home="$PWD/mxbuild/truffleruby-standalone"

0 commit comments

Comments
 (0)