aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2023-11-02 13:12:20 -0400
committerEli Schwartz <eschwartz93@gmail.com>2023-11-06 14:45:24 -0500
commit686963f1c247442e01787a276879391aa64e41c2 (patch)
treef3840c2d5c693faa5d4610f4278bfbf8f3230cd5
parentccff0f43b2e8bdd749ec2d3ea893d0c23eb5c3c7 (diff)
downloadmeson-686963f1c247442e01787a276879391aa64e41c2.zip
meson-686963f1c247442e01787a276879391aa64e41c2.tar.gz
meson-686963f1c247442e01787a276879391aa64e41c2.tar.bz2
ci: Add arm rust toolchain in ubuntu-rolling image
-rwxr-xr-xci/ciimage/ubuntu-rolling/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/ciimage/ubuntu-rolling/install.sh b/ci/ciimage/ubuntu-rolling/install.sh
index a02eb8f..35a0b0e 100755
--- a/ci/ciimage/ubuntu-rolling/install.sh
+++ b/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