Skip to content

Commit 7985f08

Browse files
committed
feat: update rust to v1.92
1 parent e57cc17 commit 7985f08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.84
1+
FROM rust:1.92
22

33
RUN dpkg --add-architecture arm64
44
RUN apt-get update && apt-get install -y \
@@ -15,7 +15,7 @@ RUN apt-get install -y \
1515
libiio-dev:arm64
1616

1717
RUN rustup target add aarch64-unknown-linux-gnu
18-
RUN rustup toolchain install stable-aarch64-unknown-linux-gnu
18+
RUN rustup toolchain install --force-non-host stable-aarch64-unknown-linux-gnu
1919
RUN rustup component add clippy
2020

2121
ENV CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc

0 commit comments

Comments
 (0)