summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Soller <jackpot51@gmail.com>2018-06-10 11:54:21 -0600
committerJeremy Soller <jackpot51@gmail.com>2018-06-10 11:54:21 -0600
commit7ae8c9d21f79faa5e47bc02858b99efef6feafd2 (patch)
tree0fb047a927f9dffa2377226a410b419dd01de050
parentdac27750b4a74bc6ee46b7a99719fe812574a29d (diff)
Ensure rust-src is present for bootloader-efi toolchain
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 91a61fc..bdf4c37 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,4 +32,7 @@ img:
rustup update &&
rustup component add rust-src &&
cargo install cargo-config xargo &&
+ pushd bootloader-efi &&
+ rustup component add rust-src &&
+ popd &&
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME