Skip to content

Commit be4aa35

Browse files
committed
see what disabling debug assertions does to perf
1 parent 6eaa1f2 commit be4aa35

File tree

1 file changed

+4
-0
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-aux

1 file changed

+4
-0
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-aux/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2525
COPY scripts/sccache.sh /scripts/
2626
RUN sh /scripts/sccache.sh
2727

28+
# Miri is just too slow with full assertions
29+
ENV NO_DEBUG_ASSERTIONS=1
30+
ENV NO_OVERFLOW_CHECKS=1
31+
2832
ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu
2933
ENV RUST_CHECK_TARGET check-aux

0 commit comments

Comments
 (0)