diff options
author | 2020-08-26 21:11:43 +0200 | |
---|---|---|
committer | 2020-08-26 21:21:11 +0200 | |
commit | ac0cb85ddf09fbb379f6844029a7a6bda9d9a0cf (patch) | |
tree | b7a829295bdf40290d3725b0e4fa0450d1c4c1f8 /ci/install.sh | |
parent | 5e9347e53485f6c676dbd06b0ded7abdf05b264b (diff) | |
download | cortex-m-ac0cb85ddf09fbb379f6844029a7a6bda9d9a0cf.tar.gz cortex-m-ac0cb85ddf09fbb379f6844029a7a6bda9d9a0cf.tar.zst cortex-m-ac0cb85ddf09fbb379f6844029a7a6bda9d9a0cf.zip |
automate, automate
Diffstat (limited to 'ci/install.sh')
-rw-r--r-- | ci/install.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ci/install.sh b/ci/install.sh index 855043d..fb3e52d 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -5,19 +5,6 @@ main() { thumbv*-none-eabi*) rustup target add $TARGET ;; - x86_64-unknown-linux-gnu) - # We need *all* targets and nightly as we're checking the blobs. - rustup install nightly - rustup target add \ - thumbv6m-none-eabi \ - thumbv7m-none-eabi \ - thumbv7em-none-eabi \ - thumbv7em-none-eabihf \ - thumbv8m.base-none-eabi \ - thumbv8m.main-none-eabi \ - thumbv8m.main-none-eabihf \ - --toolchain nightly - ;; esac } |