summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Soller <jackpot51@gmail.com>2018-06-10 12:52:20 -0600
committerJeremy Soller <jackpot51@gmail.com>2018-06-10 12:52:20 -0600
commit56d264946a0fb88cd8b8c987a1a0fca495aeb855 (patch)
tree4547b64b45b320a47869c6df3fa0349e9511faee
parent3ad076b6a0e8c2f5d3e3de0db0675971bffaea1d (diff)
Do not use wildcard for missing toolchain dir
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6243c4c..0a9ad3b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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