added deps required by sequoia

This commit is contained in:
shimunn 2019-09-06 16:17:52 +02:00
parent bc86883044
commit 0202fe3162
Signed by: shimun
GPG Key ID: E81D8382DC2F971B

View File

@ -3,8 +3,9 @@ name: default
steps:
- name: build
image: rust:1.37.0
image: rust:1.37.0-buster
commands:
- apt update && apt install git clang make pkg-config nettle-dev libssl-dev capnproto libsqlite3-dev -y
- cargo test
- rustup target add x86_64-unknown-linux-musl
- cargo build --release --target x86_64-unknown-linux-musl