kind: pipeline name: default steps: - name: build image: rust/1-alpine commands: - apk add --no-cache musl-dev - cargo fetch - cargo build --all environment: CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse