diff options
| author | Xavier Claessens <xavier.claessens@collabora.com> | 2023-11-02 13:12:20 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2023-11-06 14:45:24 -0500 |
| commit | 686963f1c247442e01787a276879391aa64e41c2 (patch) | |
| tree | f3840c2d5c693faa5d4610f4278bfbf8f3230cd5 /ci | |
| parent | ccff0f43b2e8bdd749ec2d3ea893d0c23eb5c3c7 (diff) | |
| download | meson-686963f1c247442e01787a276879391aa64e41c2.tar.gz | |
ci: Add arm rust toolchain in ubuntu-rolling image
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/ciimage/ubuntu-rolling/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/ciimage/ubuntu-rolling/install.sh b/ci/ciimage/ubuntu-rolling/install.sh index a02eb8f5d..35a0b0ea2 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 |
