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

This commit is contained in:
2020-06-22 18:17:10 +02:00
parent a53a430c23
commit 023399bb14

View File

@@ -10,13 +10,15 @@ steps:
- name: test
image: rust:1.43.0
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
- name: build
image: rust:1.43.0
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 .
when:
event: tag