Compare commits

...

2 Commits

Author SHA1 Message Date
Jeremy Soller
f2cbec9ec1 Merge branch 'fixed-ci-versions' into 'master'
Install the exact versions required in CI

See merge request redox-os/redox!1243
2020-07-14 17:15:16 +00:00
Johannes Schilling
5eafb500bc 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.
2020-07-14 18:20:59 +02:00

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: