File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
library/stdarch/ci/docker/loongarch64-unknown-linux-gnu Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ FROM ubuntu:25.10
22
33RUN apt-get update && \
44 apt-get install -y --no-install-recommends \
5- gcc libc6-dev qemu-user-static ca-certificates \
5+ gcc libc6-dev qemu-user ca-certificates \
66 gcc-loongarch64-linux-gnu libc6-dev-loong64-cross
77
88
99ENV CARGO_TARGET_LOONGARCH64_UNKNOWN_LINUX_GNU_LINKER=loongarch64-linux-gnu-gcc \
10- CARGO_TARGET_LOONGARCH64_UNKNOWN_LINUX_GNU_RUNNER="qemu-loongarch64-static -cpu max -L /usr/loongarch64-linux-gnu" \
10+ CARGO_TARGET_LOONGARCH64_UNKNOWN_LINUX_GNU_RUNNER="qemu-loongarch64 -cpu max -L /usr/loongarch64-linux-gnu" \
1111 OBJDUMP=loongarch64-linux-gnu-objdump \
1212 STDARCH_TEST_SKIP_FEATURE=frecipe
You can’t perform that action at this time.
0 commit comments