File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
[target .armv5te-unknown-linux-gnueabi ]
2
2
linker = " arm-linux-gnueabi-gcc"
3
3
4
- [target .arm -unknown-linux-gnueabihf ]
4
+ [target .armv7 -unknown-linux-gnueabihf ]
5
5
linker = " 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
2
2
3
3
RUN apt-get update && \
4
4
apt-get install -y \
@@ -13,7 +13,7 @@ RUN apt-get update && \
13
13
14
14
RUN rustup component add rustfmt clippy
15
15
RUN 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
17
17
RUN cargo install cargo-bitbake
18
18
19
19
# Install opkg-utils
Original file line number Diff line number Diff line change 21
21
# Enter the devshell.
22
22
devshell :
23
23
docker-compose run --rm chirpstack-udp-forwarder bash
24
-
You can’t perform that action at this time.
0 commit comments