We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40f30e commit 553a690Copy full SHA for 553a690
src/ci/docker/host-x86_64/disabled/riscv64gc-gnu/Dockerfile
@@ -91,7 +91,9 @@ RUN sh /scripts/sccache.sh
91
# Avoid "fatal: detected dubious ownership in repository at '/checkout'" error
92
RUN git config --global --add safe.directory /checkout
93
94
-ENV RUST_CONFIGURE_ARGS --qemu-riscv64-rootfs=/tmp/rootfs
+ENV RUST_CONFIGURE_ARGS \
95
+ --qemu-riscv64-rootfs=/tmp/rootfs \
96
+ --set target.riscv64gc-unknown-linux-gnu.linker=riscv64-linux-gnu-gcc
97
ENV SCRIPT python3 ../x.py --stage 2 test --host='' --target riscv64gc-unknown-linux-gnu
98
99
ENV NO_CHANGE_USER=1
0 commit comments