Skip to content

Commit 35b0ee1

Browse files
committed
DEBUG
1 parent bd650bb commit 35b0ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create_source_tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ SOLDIR="$SOLDIR" git submodule foreach 'git checkout-index --all --prefix="${SOL
4646
# Documentation is pretty heavy and not necessary to build the compiler.
4747
# Especially nlohmann-json has several huge images, which blow up the size of the compressed tarball.
4848
# shellcheck disable=SC2016
49-
SOLDIR="$SOLDIR" git submodule foreach 'rm -rf "${SOLDIR}/${sm_path}/"{doc,docs}/'
49+
SOLDIR="$SOLDIR" git submodule foreach 'echo deleting "${SOLDIR}/${sm_path}/"{doc,docs}/; rm -rf "${SOLDIR}/${sm_path}/"{doc,docs}/'
5050

5151
# Include the commit hash and prerelease suffix in the tarball
5252
echo "$commit_hash" > "${SOLDIR}/commit_hash.txt"

0 commit comments

Comments
 (0)