Ensure rust-src is present for bootloader-efi toolchain
This commit is contained in:
parent
dac27750b4
commit
7ae8c9d21f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue