mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
Merge branch 'fixed-ci-versions' into 'master'
Install the exact versions required in CI See merge request redox-os/redox!1243
This commit is contained in:
commit
f2cbec9ec1
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user