From e2129326e37d3e07bc3b0a2cf053a9f60945b14c Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 16 Dec 2019 22:30:53 +0000 Subject: Select minimal profile in CI build script To avoid the installation of unnecessary components, we set the rustup profile to minimal in the CI build script archlinux.yml. --- .builds/archlinux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index 015d6a5..133f942 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -7,6 +7,7 @@ sources: - https://git.ireas.org/ntw tasks: - setup: | + rustup set profile minimal rustup default 1.34.2 rustup target add thumbv7m-none-eabi rustup component add rustfmt -- cgit v1.2.1