Skip to content

Commit

Permalink
Specify target specific linker for riscv64gc-gnu job
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Jun 24, 2024
1 parent d40f30e commit 553a690
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ci/docker/host-x86_64/disabled/riscv64gc-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ RUN sh /scripts/sccache.sh
# Avoid "fatal: detected dubious ownership in repository at '/checkout'" error
RUN git config --global --add safe.directory /checkout

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

ENV NO_CHANGE_USER=1

0 comments on commit 553a690

Please sign in to comment.