From 7ae8c9d21f79faa5e47bc02858b99efef6feafd2 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 10 Jun 2018 11:54:21 -0600 Subject: [PATCH] Ensure rust-src is present for bootloader-efi toolchain --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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