mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-19 17:36:49 +00:00
Disable cargo vendoring for now
This is breaking on the tempfile crate for some reason.
This commit is contained in:
parent
ac63581799
commit
5eefc017f3
1 changed files with 6 additions and 5 deletions
|
@ -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 .
|
||||
|
|
Loading…
Add table
Reference in a new issue