Skip to content

Commit 590d51a

Browse files
committed
make-standalone-distribution.sh: Sulong is no longer a separate repository
1 parent 8871775 commit 590d51a

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
@@ -52,10 +52,9 @@ cd "$PREFIX/build"
5252
test -d truffleruby || git clone "$original_repo" truffleruby
5353

5454
# Shortcut when running the script locally
55-
if [ -d "$original_repo/../graal" ] && [ -d "$original_repo/../sulong" ]; then
55+
if [ -d "$original_repo/../graal" ]; then
5656
# Building locally (not in CI), copy from local repositories to gain time
5757
test -d graal || git clone "$original_repo/../graal" graal
58-
test -d sulong || git clone "$original_repo/../sulong" sulong
5958
fi
6059

6160
mx -p truffleruby sforceimports

0 commit comments

Comments
 (0)