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 8871775 commit 590d51aCopy full SHA for 590d51a
tool/make-standalone-distribution.sh
@@ -52,10 +52,9 @@ cd "$PREFIX/build"
52
test -d truffleruby || git clone "$original_repo" truffleruby
53
54
# Shortcut when running the script locally
55
-if [ -d "$original_repo/../graal" ] && [ -d "$original_repo/../sulong" ]; then
+if [ -d "$original_repo/../graal" ]; then
56
# Building locally (not in CI), copy from local repositories to gain time
57
test -d graal || git clone "$original_repo/../graal" graal
58
- test -d sulong || git clone "$original_repo/../sulong" sulong
59
fi
60
61
mx -p truffleruby sforceimports
0 commit comments