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:
parent
1365b41117
commit
5eafb500bc
|
@ -32,7 +32,9 @@ img:
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
source "$HOME/.cargo/env" &&
|
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
|
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue