don't compress build-llvm

This commit is contained in:
Sylvestre Ledru 2021-09-18 21:49:54 +02:00
parent 2e87b742f8
commit bee01d0536

2
debian/orig-tar.sh vendored
View File

@ -172,7 +172,7 @@ FILENAME="${BASE}.orig.tar.xz"
cp -R llvm-toolchain-integration-test-suite llvm-project/integration-test-suite
echo "Compressing to $FILENAME"
tar Jcf $CURRENT_PATH/"$FILENAME" --exclude .git --transform="s|llvm-project|$BASE|" -C $EXPORT_PATH llvm-project
tar Jcf $CURRENT_PATH/"$FILENAME" --exclude .git --exclude build-llvm --transform="s|llvm-project|$BASE|" -C $EXPORT_PATH llvm-project
rm -rf llvm-project/integration-test-suite
export DEBFULLNAME="Sylvestre Ledru"