Skip to content

Commit f69d954

Browse files
committed
ci: docker: riscv64gc: specify host explicitly
1 parent 1b55654 commit f69d954

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ COPY scripts/sccache.sh /scripts/
9898
RUN sh /scripts/sccache.sh
9999

100100
ENV RUST_CONFIGURE_ARGS --qemu-riscv64-rootfs=/tmp/rootfs
101-
ENV SCRIPT python3 ../x.py --stage 2 test --target riscv64gc-unknown-linux-gnu
101+
ENV SCRIPT python3 ../x.py --stage 2 test --host='' --target riscv64gc-unknown-linux-gnu
102102

103103
ENV NO_CHANGE_USER=1

0 commit comments

Comments
 (0)