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
2
2
3
3
RUN apt-get update && \
4
4
apt-get install -y --no-install-recommends \
5
- gcc libc6-dev qemu-user-static ca-certificates \
5
+ gcc libc6-dev qemu-user ca-certificates \
6
6
gcc-loongarch64-linux-gnu libc6-dev-loong64-cross
7
7
8
8
9
9
ENV 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" \
11
11
OBJDUMP=loongarch64-linux-gnu-objdump \
12
12
STDARCH_TEST_SKIP_FEATURE=frecipe
You can’t perform that action at this time.
0 commit comments