mirror of
https://gitlab.com/fabinfra/rust-builder.git
synced 2025-03-12 06:31:42 +01:00
maybe now?
This commit is contained in:
parent
424194c1bb
commit
3247ad0b09
@ -2,6 +2,7 @@ FROM rust:1.66
|
||||
|
||||
RUN dpkg --add-architecture arm64 && dpkg --add-architecture armhf
|
||||
RUN apt-get update -yqq && apt-get install -yqq --no-install-recommends capnproto build-essential cmake clang libclang-dev jq libc6-arm64-cross libc6-dev-arm64-cross gcc-aarch64-linux-gnu libssl-dev:arm64 libc6-armhf-cross libc6-dev-armhf-cross gcc-arm-linux-gnueabihf libssl-dev:armhf
|
||||
RUN rustup install 1.66
|
||||
RUN rustup target add --toolchain 1.66 aarch64-unknown-linux-gnu
|
||||
RUN rustup target add --toolchain 1.66 armv7-unknown-linux-gnueabihf
|
||||
RUN rustup component add clippy rustfmt
|
||||
|
Loading…
x
Reference in New Issue
Block a user