about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorTom Eccles <tom.eccles@codethink.co.uk>2021-02-20 19:31:28 +0000
committerTom Eccles <tom.eccles@codethink.co.uk>2021-03-28 16:50:16 +0100
commit8b40dd1f50db8ed3086ada80d42f9d834723ed58 (patch)
tree83af2ec415ee0f6ddceb1972b87312d12e124e71 /src
parentd9dc5d83e239fa0e411d99264b0462e8e94b350a (diff)
downloadrust-8b40dd1f50db8ed3086ada80d42f9d834723ed58.tar.gz
rust-8b40dd1f50db8ed3086ada80d42f9d834723ed58.zip
ci: docker: riscv64gc: specify host explicitly
Diffstat (limited to 'src')
-rw-r--r--src/ci/docker/host-x86_64/disabled/riscv64gc-linux/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/disabled/riscv64gc-linux/Dockerfile b/src/ci/docker/host-x86_64/disabled/riscv64gc-linux/Dockerfile
index f3f52ed61d1..4377608700b 100644
--- a/src/ci/docker/host-x86_64/disabled/riscv64gc-linux/Dockerfile
+++ b/src/ci/docker/host-x86_64/disabled/riscv64gc-linux/Dockerfile
@@ -98,6 +98,6 @@ COPY scripts/sccache.sh /scripts/
 RUN sh /scripts/sccache.sh
 
 ENV RUST_CONFIGURE_ARGS --qemu-riscv64-rootfs=/tmp/rootfs
-ENV SCRIPT python3 ../x.py --stage 2 test --target riscv64gc-unknown-linux-gnu
+ENV SCRIPT python3 ../x.py --stage 2 test --host='' --target riscv64gc-unknown-linux-gnu
 
 ENV NO_CHANGE_USER=1