Update to latest rust-builder tags
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aode (lion) 2021-12-22 15:56:11 -06:00
parent 4f00554af4
commit 2a2c3acfe8

View file

@ -18,7 +18,7 @@ steps:
- chown -R 991:991 .
- name: clippy
image: asonix/rust-builder:amd64-latest
image: asonix/rust-builder:latest-linux-amd64
pull: always
commands:
- rustup component add clippy
@ -86,7 +86,7 @@ steps:
- chown -R 991:991 .
- name: tests
image: asonix/rust-builder:amd64-latest
image: asonix/rust-builder:latest-linux-amd64
pull: always
commands:
- cargo test -p apub-breaker-session
@ -124,7 +124,7 @@ steps:
- chown -R 991:991 .
- name: check-amd64
image: asonix/rust-builder:amd64-latest
image: asonix/rust-builder:latest-linux-amd64
pull: always
commands:
- cargo check --target=x86_64-unknown-linux-musl --no-default-features --features with-actix-web,with-awc,with-reqwest,with-rustcrypto,utils
@ -159,7 +159,7 @@ steps:
- chown -R 991:991 .
- name: check-arm64v8
image: asonix/rust-builder:arm64v8-latest
image: asonix/rust-builder:latest-linux-arm64v8
pull: always
commands:
- cargo check --target=aarch64-unknown-linux-musl --no-default-features --features with-actix-web,with-awc,with-reqwest,with-rustcrypto,utils
@ -194,7 +194,7 @@ steps:
- chown -R 991:991 .
- name: check-arm32v7
image: asonix/rust-builder:arm32v7-latest
image: asonix/rust-builder:latest-linux-arm32v7
pull: always
commands:
- cargo check --target=armv7-unknown-linux-musleabihf --no-default-features --features with-actix-web,with-awc,with-reqwest,with-rustcrypto,utils