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