Skip to content
Snippets Groups Projects
Commit 5eafb500 authored by Johannes Schilling's avatar Johannes Schilling
Browse files

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.
parent 1365b411
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,9 @@ img: ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment