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
|
||||||
|
@ -22,4 +22,4 @@ chmod 755 work/usr/bin/tfcli
|
||||||
|
|
||||||
echo "Building XBPS package"
|
echo "Building XBPS package"
|
||||||
|
|
||||||
xbps-create -A x86_64 -B trifid-build -H https://hub.e3t.cc/~core/trifid -l GPL-3.0-or-later -m "c0repwn3r <core@e3t.cc>" -n "tfcli-$2_$3" -s "A command-line client for managing trifid-api servers" work
|
xbps-create -A x86_64 -B trifid-build -H https://hub.e3t.cc/~core/trifid -l GPL-3.0-or-later -m "c0repwn3r <core@e3t.cc>" -n "tfcli-$2_$3" -s "A command-line client for managing trifid-api servers" 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
|
||||||
|
@ -23,4 +23,4 @@ cp -r tfclient work/etc/sv
|
||||||
|
|
||||||
echo "Building XBPS package"
|
echo "Building XBPS package"
|
||||||
|
|
||||||
xbps-create -A x86_64 -B trifid-build -H https://hub.e3t.cc/~core/trifid -l GPL-3.0-or-later -m "c0repwn3r <core@e3t.cc>" -n "tfclient-$2_$3" -s "An open-source Rust Defined Networking client" work
|
xbps-create -A x86_64 -B trifid-build -H https://hub.e3t.cc/~core/trifid -l GPL-3.0-or-later -m "c0repwn3r <core@e3t.cc>" -n "tfclient-$2_$3" -s "An open-source Rust Defined Networking client" work
|
||||||
|
|
Loading…
Reference in New Issue