From 4f76fefeafc381fefbd030047d2ec47d12306d6b Mon Sep 17 00:00:00 2001 From: c0repwn3r Date: Fri, 31 Mar 2023 12:23:17 -0400 Subject: [PATCH] obliterate that --- .builds/tfclient.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .builds/tfclient.yml diff --git a/.builds/tfclient.yml b/.builds/tfclient.yml deleted file mode 100644 index 9ef779f..0000000 --- a/.builds/tfclient.yml +++ /dev/null @@ -1,15 +0,0 @@ -image: alpine/3.17 -packages: - - openssl-dev -sources: - - https://git.e3t.cc/~core/trifid -tasks: - - setup: | - curl https://sh.rustup.rs -sSf | sh -s -- -y - source ~/.cargo/env - rustup target add x86_64-unknown-linux-musl - - check: | - source ~/.cargo/env - cd /home/build/trifid/tfclient - cargo check --locked --target x86_64-unknown-linux-musl - cargo clippy --locked --target x86_64-unknown-linux-musl \ No newline at end of file