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

Ensure rust-src is present for bootloader-efi toolchain

parent dac27750
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -32,4 +32,7 @@ img: ...@@ -32,4 +32,7 @@ img:
rustup update && rustup update &&
rustup component add rust-src && rustup component add rust-src &&
cargo install cargo-config xargo && cargo install cargo-config xargo &&
pushd bootloader-efi &&
rustup component add rust-src &&
popd &&
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME 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.
Finish editing this message first!
Please register or to comment