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 bd650bb commit 35b0ee1Copy full SHA for 35b0ee1
scripts/create_source_tarball.sh
@@ -46,7 +46,7 @@ SOLDIR="$SOLDIR" git submodule foreach 'git checkout-index --all --prefix="${SOL
46
# Documentation is pretty heavy and not necessary to build the compiler.
47
# Especially nlohmann-json has several huge images, which blow up the size of the compressed tarball.
48
# shellcheck disable=SC2016
49
-SOLDIR="$SOLDIR" git submodule foreach 'rm -rf "${SOLDIR}/${sm_path}/"{doc,docs}/'
+SOLDIR="$SOLDIR" git submodule foreach 'echo deleting "${SOLDIR}/${sm_path}/"{doc,docs}/; rm -rf "${SOLDIR}/${sm_path}/"{doc,docs}/'
50
51
# Include the commit hash and prerelease suffix in the tarball
52
echo "$commit_hash" > "${SOLDIR}/commit_hash.txt"
0 commit comments