From 5eefc017f3296f5cd26a37d199fb9e777255dc83 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 27 Jun 2024 23:32:14 -0400 Subject: [PATCH] Disable cargo vendoring for now This is breaking on the tempfile crate for some reason. --- scripts/tarball.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/scripts/tarball.sh b/scripts/tarball.sh index 1f0a82e..1a100ed 100755 --- a/scripts/tarball.sh +++ b/scripts/tarball.sh @@ -5,10 +5,11 @@ git submodule init && git submodule update && # begin vendoring cargo dependencies -cd external/libphysis && -cargo vendor-filterer --platform=x86_64-unknown-linux-gnu ../../cargo-vendored && -mkdir .cargo && -cp ../../scripts/config.toml .cargo/config.toml && -cd ../../ && +# TODO: should we really do this? an error blocked 0.6.0 release +#cd external/libphysis && +#cargo vendor-filterer --platform=x86_64-unknown-linux-gnu ../../cargo-vendored && +#mkdir .cargo && +#cp ../../scripts/config.toml .cargo/config.toml && +#cd ../../ && tar --exclude='cmake-build*' --exclude='.idea' --exclude='.clang-format' --exclude='astra-source.tar.gz' --exclude-vcs -zcvf ../astra-source.tar.gz .