Use upstream rust container for tests

This commit is contained in:
Aode (Lion) 2022-01-17 14:05:24 -06:00
parent aef1bdf588
commit f343e4a959

View file

@ -44,20 +44,9 @@ name: tests-amd64
platform: platform:
arch: amd64 arch: amd64
clone:
disable: true
steps: steps:
- name: clone
image: alpine/git:latest
user: root
commands:
- git clone $DRONE_GIT_HTTP_URL .
- git checkout $DRONE_COMMIT
- chown -R 991:991 .
- name: tests - name: tests
image: asonix/rust-builder:latest-linux-amd64 image: rust:1-alpine
pull: always pull: always
commands: commands:
- cargo test - cargo test
@ -77,20 +66,9 @@ name: tests-arm64v8
platform: platform:
arch: arm64 arch: arm64
clone:
disable: true
steps: steps:
- name: clone
image: alpine/git:latest
user: root
commands:
- git clone $DRONE_GIT_HTTP_URL .
- git checkout $DRONE_COMMIT
- chown -R 991:991 .
- name: tests - name: tests
image: asonix/rust-builder:latest-linux-amd64 image: rust:1-alpine
pull: always pull: always
commands: commands:
- cargo test - cargo test