Skip to content

Commit 553a690

Browse files
committed
Specify target specific linker for riscv64gc-gnu job
1 parent d40f30e commit 553a690

File tree

1 file changed

+3
-1
lines changed
  • src/ci/docker/host-x86_64/disabled/riscv64gc-gnu

1 file changed

+3
-1
lines changed

src/ci/docker/host-x86_64/disabled/riscv64gc-gnu/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ RUN sh /scripts/sccache.sh
9191
# Avoid "fatal: detected dubious ownership in repository at '/checkout'" error
9292
RUN git config --global --add safe.directory /checkout
9393

94-
ENV RUST_CONFIGURE_ARGS --qemu-riscv64-rootfs=/tmp/rootfs
94+
ENV RUST_CONFIGURE_ARGS \
95+
--qemu-riscv64-rootfs=/tmp/rootfs \
96+
--set target.riscv64gc-unknown-linux-gnu.linker=riscv64-linux-gnu-gcc
9597
ENV SCRIPT python3 ../x.py --stage 2 test --host='' --target riscv64gc-unknown-linux-gnu
9698

9799
ENV NO_CHANGE_USER=1

0 commit comments

Comments
 (0)