File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11[target .armv5te-unknown-linux-gnueabi ]
22linker = " arm-linux-gnueabi-gcc"
33
4- [target .arm -unknown-linux-gnueabihf ]
4+ [target .armv7 -unknown-linux-gnueabihf ]
55linker = " arm-linux-gnueabihf-gcc"
Original file line number Diff line number Diff line change 1- FROM rust:1.66.0 -buster
1+ FROM rust:1.66.1 -buster
22
33RUN apt-get update && \
44 apt-get install -y \
@@ -13,7 +13,7 @@ RUN apt-get update && \
1313
1414RUN rustup component add rustfmt clippy
1515RUN rustup target add armv5te-unknown-linux-gnueabi
16- RUN rustup target add arm -unknown-linux-gnueabihf
16+ RUN rustup target add armv7 -unknown-linux-gnueabihf
1717RUN cargo install cargo-bitbake
1818
1919# Install opkg-utils
Original file line number Diff line number Diff line change 2121# Enter the devshell.
2222devshell :
2323 docker-compose run --rm chirpstack-udp-forwarder bash
24-
You can’t perform that action at this time.
0 commit comments