1
0
Fork 0
mirror of https://gitlab.com/hagrid-keyserver/hagrid.git synced 2023-02-13 20:55:02 -05:00

ci: use nettle from stable

This commit is contained in:
Vincent Breitmoser 2020-05-11 00:10:46 +02:00
parent 3b957dd928
commit 5b2d44c43a
No known key found for this signature in database
GPG key ID: 7BD18320DEADFA11

View file

@ -7,10 +7,8 @@ build:binary:
- docker
image: "rustlang/rust:nightly"
script:
- 'echo "deb http://deb.debian.org/debian testing main" > /etc/apt/sources.list.d/testing-nettle.list'
- 'echo "Package: *\nPin: release a=testing\nPin-Priority: 150" > /etc/apt/preferences.d/limit_testing'
- apt update -qy
- apt install -qy libclang-dev build-essential pkg-config clang nettle-dev/testing gettext zsh
- apt install -qy libclang-dev build-essential pkg-config clang nettle-dev gettext zsh
- ./make-translated-templates
- RUST_BACKTRACE=full cargo build
- RUST_BACKTRACE=full cargo test --all