From 5eafb500bcd262dbb946dcc2623a8d402242d88d Mon Sep 17 00:00:00 2001 From: Johannes Schilling Date: Tue, 14 Jul 2020 18:20:59 +0200 Subject: [PATCH] Install the exact versions required in CI The requirements are checked in mk/depends.mk to be the exact versions specified here. This way we don't run into version mismatches in CI. --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a17c01f..e4093a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,9 @@ img: script: - | source "$HOME/.cargo/env" && - cargo install cargo-config cargo-xbuild xargo && + cargo install --version 0.1.1 cargo-config && + cargo install --version 0.3.20 cargo-xbuild && + cargo install xargo && make ci-img IMG_TAG=$CI_COMMIT_REF_NAME artifacts: paths: