diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-12-16 22:30:53 +0000 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-12-16 23:37:44 +0100 |
commit | e2129326e37d3e07bc3b0a2cf053a9f60945b14c (patch) | |
tree | 03414c82274c39c0c80cb4dd60922528cd20993b | |
parent | ad4fdc0a29c3b68f4587c1adc00d1c1385e92912 (diff) | |
download | ntw-e2129326e37d3e07bc3b0a2cf053a9f60945b14c.tar.gz ntw-e2129326e37d3e07bc3b0a2cf053a9f60945b14c.tar.bz2 |
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.
-rw-r--r-- | .builds/archlinux.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |