From dcfc1ac32c344fdb00d762b7b161e96578e4c71c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 9 Apr 2019 19:51:30 -0700 Subject: try to fix tagged release gitlab CI builds --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d477949..90326c5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,6 +41,9 @@ rust_build_release: image: "rust:1.32-stretch" variables: LC_ALL: "C.UTF-8" + before_script: + - apt update -qy + - apt install -y python3-dev python3-pip python3-wheel python3-requests python3-six python3-pytest libsnappy-dev libsodium-dev LANG: "C.UTF-8" script: - rustc --version && cargo --version -- cgit v1.2.3