Specify target specific linker for riscv64gc-gnu job
This commit is contained in:
parent
d40f30e1df
commit
553a69030e
1 changed files with 3 additions and 1 deletions
|
@ -91,7 +91,9 @@ RUN sh /scripts/sccache.sh
|
||||||
# Avoid "fatal: detected dubious ownership in repository at '/checkout'" error
|
# Avoid "fatal: detected dubious ownership in repository at '/checkout'" error
|
||||||
RUN git config --global --add safe.directory /checkout
|
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 SCRIPT python3 ../x.py --stage 2 test --host='' --target riscv64gc-unknown-linux-gnu
|
||||||
|
|
||||||
ENV NO_CHANGE_USER=1
|
ENV NO_CHANGE_USER=1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue