mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-17 06:26:55 +00:00
Specify target specific linker for riscv64gc-gnu job
This commit is contained in:
parent
d40f30e1df
commit
553a69030e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user