We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e7d79 commit 4c4eb39Copy full SHA for 4c4eb39
src/ci/docker/host-x86_64/riscv64gc-gnu/Dockerfile
@@ -88,6 +88,9 @@ RUN rm -rf /tmp/riscv-pk
88
COPY scripts/sccache.sh /scripts/
89
RUN sh /scripts/sccache.sh
90
91
+# Avoid "fatal: detected dubious ownership in repository at '/checkout'" error
92
+RUN git config --global --add safe.directory /checkout
93
+
94
ENV RUST_CONFIGURE_ARGS --qemu-riscv64-rootfs=/tmp/rootfs
95
ENV SCRIPT python3 ../x.py --stage 2 test --host='' --target riscv64gc-unknown-linux-gnu
96
0 commit comments