fix builds

This commit is contained in:
core 2023-06-27 09:50:57 -04:00
parent 188e57bc74
commit 7e8b425403
Signed by: core
GPG Key ID: FDBF740DADDCEECF
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ cd tfcli || exit
echo "Building for release, v$2_$3 (+static) (--target x86_64-unknown-musl)" echo "Building for release, v$2_$3 (+static) (--target x86_64-unknown-musl)"
cargo build --release --target x86_64-unknown-linux-musl cargo build --release --target x86_64-unknown-linux-musl
cd ../packages/void || exit cd ../packages/void_amd64_tfcli || exit
echo "Creating workdir" echo "Creating workdir"
rm -rf work rm -rf work

View File

@ -7,7 +7,7 @@ cd tfclient || exit
echo "Building for release, v$2_$3 (+static) (--target x86_64-unknown-musl)" echo "Building for release, v$2_$3 (+static) (--target x86_64-unknown-musl)"
cargo build --release --target x86_64-unknown-linux-musl cargo build --release --target x86_64-unknown-linux-musl
cd ../packages/void || exit cd ../packages/void_amd64_tfclient || exit
echo "Creating workdir" echo "Creating workdir"
rm -rf work rm -rf work