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.
This commit is contained in:
Johannes Schilling 2020-07-14 18:20:59 +02:00
parent 1365b41117
commit 5eafb500bc

View file

@ -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: