fix builds
This commit is contained in:
parent
188e57bc74
commit
7e8b425403
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue