mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-21 20:27:45 +00:00
Attempt to exclude large files from source tar.gz
This commit is contained in:
parent
e044a4783b
commit
1932ea0aa1
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ git submodule update
|
||||||
# begin vendoring cargo dependencies
|
# begin vendoring cargo dependencies
|
||||||
cd external/libphysis
|
cd external/libphysis
|
||||||
cargo vendor ../../cargo-vendored
|
cargo vendor ../../cargo-vendored
|
||||||
|
# workaround for https://github.com/rust-lang/cargo/issues/7058, winapi libraries take up a ton of space
|
||||||
|
rm -fr ../../cargo-vendored/winapi*gnu*
|
||||||
|
rm -fr ../../cargo-vendored/windows*
|
||||||
mkdir .cargo
|
mkdir .cargo
|
||||||
cp ../../scripts/config.toml .cargo/config.toml
|
cp ../../scripts/config.toml .cargo/config.toml
|
||||||
cd ../../
|
cd ../../
|
||||||
|
|
Loading…
Add table
Reference in a new issue