Skip to content
Snippets Groups Projects
Commit 56d26494 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Do not use wildcard for missing toolchain dir

parent 3ad076b6
Branches
Tags
No related merge requests found
Pipeline #
......@@ -34,7 +34,7 @@ img:
cargo install cargo-config xargo &&
pushd bootloader-efi &&
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 &&
mkdir -p "$HOME/.rustup/toolchains/nightly-2017-11-29-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin" &&
popd &&
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment