ci: Add arm rust toolchain in ubuntu-rolling image

pull/12461/head
Xavier Claessens 1 year ago committed by Eli Schwartz
parent ccff0f43b2
commit 686963f1c2
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 1
      ci/ciimage/ubuntu-rolling/install.sh

@ -56,6 +56,7 @@ apt-get -y remove rustc || true
wget -O - https://sh.rustup.rs | sh -s -- -y --profile minimal --component clippy
source "$HOME/.cargo/env"
rustup target add x86_64-pc-windows-gnu
rustup target add arm-unknown-linux-gnueabihf
# cleanup
apt-get -y clean

Loading…
Cancel
Save