Skip to content

Commit b1e131f

Browse files
committed
Update Rust + change arm-unknown-... to armv7-unknown-...
1 parent 091a284 commit b1e131f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[target.armv5te-unknown-linux-gnueabi]
22
linker = "arm-linux-gnueabi-gcc"
33

4-
[target.arm-unknown-linux-gnueabihf]
4+
[target.armv7-unknown-linux-gnueabihf]
55
linker = "arm-linux-gnueabihf-gcc"

Dockerfile-devel

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

33
RUN apt-get update && \
44
apt-get install -y \
@@ -13,7 +13,7 @@ RUN apt-get update && \
1313

1414
RUN rustup component add rustfmt clippy
1515
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
1717
RUN cargo install cargo-bitbake
1818

1919
# Install opkg-utils

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ test:
2121
# Enter the devshell.
2222
devshell:
2323
docker-compose run --rm chirpstack-udp-forwarder bash
24-

0 commit comments

Comments
 (0)