mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 18:38:00 +00:00
don't compress build-llvm
This commit is contained in:
parent
2e87b742f8
commit
bee01d0536
2
debian/orig-tar.sh
vendored
2
debian/orig-tar.sh
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user