Use fat images hopefully clippy is included
Some checks failed
continuous-integration/drone the build failed
Some checks failed
continuous-integration/drone the build failed
This commit is contained in:
parent
167003749a
commit
d724a531eb
@ -2,7 +2,7 @@ platform: linux/arm64
|
||||
|
||||
pipeline:
|
||||
clippy:
|
||||
image: rust:1.54.0-slim
|
||||
image: rust:1.54.0
|
||||
commands:
|
||||
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential
|
||||
- cargo clippy
|
||||
@ -11,7 +11,7 @@ pipeline:
|
||||
when:
|
||||
event: tag
|
||||
tag: v*
|
||||
image: rust:1.54.0-slim
|
||||
image: rust:1.54.0
|
||||
commands:
|
||||
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential
|
||||
- cargo build --release
|
||||
|
Loading…
Reference in New Issue
Block a user