File tree 2 files changed +5
-4
lines changed
docker/armv7-unknown-linux-gnueabihf
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:22 .04
1
+ FROM ubuntu:24 .04
2
2
RUN apt-get update && apt-get install -y --no-install-recommends \
3
3
gcc \
4
4
g++ \
@@ -10,8 +10,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
10
10
qemu-user \
11
11
make \
12
12
file \
13
- clang-15 \
13
+ clang \
14
14
lld
15
+
15
16
ENV CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER=arm-linux-gnueabihf-gcc \
16
- CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_RUNNER="qemu-arm -L /usr/arm-linux-gnueabihf" \
17
+ CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_RUNNER="qemu-armhf -L /usr/arm-linux-gnueabihf" \
17
18
OBJDUMP=arm-linux-gnueabihf-objdump
Original file line number Diff line number Diff line change 8
8
# having only one thread increases debuggability to be worth it.
9
9
# export RUST_BACKTRACE=full
10
10
# export RUST_TEST_NOCAPTURE=1
11
- # export RUST_TEST_THREADS=1
11
+ export RUST_TEST_THREADS=1
12
12
13
13
export RUSTFLAGS=" ${RUSTFLAGS} -D warnings -Z merge-functions=disabled "
14
14
export HOST_RUSTFLAGS=" ${RUSTFLAGS} "
You can’t perform that action at this time.
0 commit comments