fix pt5
This commit is contained in:
parent
e7dcea8767
commit
9d981be160
|
@ -1,13 +1,15 @@
|
||||||
image: archlinux
|
image: alpine/3.17
|
||||||
packages:
|
packages:
|
||||||
- openssl
|
- rustup
|
||||||
|
- cargo
|
||||||
|
- 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 default stable
|
|
||||||
- check: |
|
- check: |
|
||||||
cd /home/build/trifid/tfclient
|
cd /home/build/trifid/tfclient
|
||||||
cargo check --locked
|
cargo check --locked --target x86_64-unknown-linux-musl
|
||||||
cargo clippy --locked
|
cargo clippy --locked --target x86_64-unknown-linux-musl
|
Loading…
Reference in New Issue