Ensure rust-src is present for bootloader-efi toolchain

This commit is contained in:
Jeremy Soller 2018-06-10 11:54:21 -06:00
parent dac27750b4
commit 7ae8c9d21f

View file

@ -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