We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2408981 commit d0346c5Copy full SHA for d0346c5
src/ci/docker/host-x86_64/x86_64-gnu-aux/Dockerfile
@@ -25,5 +25,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
25
COPY scripts/sccache.sh /scripts/
26
RUN sh /scripts/sccache.sh
27
28
+# Miri is just too slow with full assertions
29
+ENV NO_DEBUG_ASSERTIONS=1
30
+ENV NO_OVERFLOW_CHECKS=1
31
+
32
ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu
33
ENV RUST_CHECK_TARGET check-aux
0 commit comments