fix pt6
This commit is contained in:
parent
9d981be160
commit
cbc4a6c30d
|
@ -1,13 +1,11 @@
|
||||||
image: alpine/3.17
|
image: alpine/3.17
|
||||||
packages:
|
packages:
|
||||||
- rustup
|
|
||||||
- cargo
|
|
||||||
- openssl-dev
|
- openssl-dev
|
||||||
- rust-clippy
|
|
||||||
sources:
|
sources:
|
||||||
- https://git.e3t.cc/~core/trifid
|
- https://git.e3t.cc/~core/trifid
|
||||||
tasks:
|
tasks:
|
||||||
- setup: |
|
- setup: |
|
||||||
|
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||||
rustup target add x86_64-unknown-linux-musl
|
rustup target add x86_64-unknown-linux-musl
|
||||||
- check: |
|
- check: |
|
||||||
cd /home/build/trifid/tfclient
|
cd /home/build/trifid/tfclient
|
||||||
|
|
Loading…
Reference in New Issue