diff --git a/.builds/tfclient.yml b/.builds/tfclient.yml index 2e5fe04..c7b95f5 100644 --- a/.builds/tfclient.yml +++ b/.builds/tfclient.yml @@ -1,13 +1,11 @@ image: alpine/3.17 packages: - - rustup - - cargo - openssl-dev - - rust-clippy sources: - https://git.e3t.cc/~core/trifid tasks: - setup: | + curl https://sh.rustup.rs -sSf | sh -s -- -y rustup target add x86_64-unknown-linux-musl - check: | cd /home/build/trifid/tfclient