use unstable cryptsetup
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
shimun 2020-06-22 18:17:10 +02:00
parent a53a430c23
commit 023399bb14
Signed by: shimun
GPG Key ID: E81D8382DC2F971B

View File

@ -10,13 +10,15 @@ steps:
- name: test - name: test
image: rust:1.43.0 image: rust:1.43.0
commands: commands:
- apt update && apt install -y libcryptsetup-dev libkeyutils-dev libclang-dev clang pkg-config - apt update && apt install -y libkeyutils-dev libclang-dev clang pkg-config
- echo 'deb http://http.us.debian.org/debian unstable main non-free contrib' >> /etc/apt/sources.list.d/unstable.list && apt update && apt install -y libcryptsetup-dev
- cargo test - cargo test
- name: build - name: build
image: rust:1.43.0 image: rust:1.43.0
commands: commands:
- apt update && apt install -y libcryptsetup-dev libkeyutils-dev libclang-dev clang pkg-config - apt update && apt install -y libkeyutils-dev libclang-dev clang pkg-config
- echo 'deb http://http.us.debian.org/debian unstable main non-free contrib' >> /etc/apt/sources.list.d/unstable.list && apt update && apt install -y libcryptsetup-dev
- cargo install -f --path . --root . - cargo install -f --path . --root .
when: when:
event: tag event: tag