Compare commits

..

No commits in common. "b598f71e1ee1db90a19e2a254fa4a00086d41e8e" and "b281f85a70a9a741d1a0851deefcb80e6aa22061" have entirely different histories.

View File

@ -1,12 +0,0 @@
kind: pipeline
name: default
steps:
- name: build
image: rustlang/rust:nightly-alpine
commands:
- apk add --no-cache musl-dev
- cargo fetch
- cargo build --all
environment:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse