Do not use wildcard for missing toolchain dir
This commit is contained in:
parent
3ad076b6a0
commit
56d264946a
|
@ -34,7 +34,7 @@ img:
|
||||||
cargo install cargo-config xargo &&
|
cargo install cargo-config xargo &&
|
||||||
pushd bootloader-efi &&
|
pushd bootloader-efi &&
|
||||||
rustup update &&
|
rustup update &&
|
||||||
mkdir -p "$HOME/.rustup/toolchains/nightly-*-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin" &&
|
|
||||||
rustup component add rust-src &&
|
rustup component add rust-src &&
|
||||||
|
mkdir -p "$HOME/.rustup/toolchains/nightly-2017-11-29-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin" &&
|
||||||
popd &&
|
popd &&
|
||||||
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME
|
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME
|
||||||
|
|
Loading…
Reference in a new issue