Skip to content

Commit d0346c5

Browse files
committed
disable debug assertions to speed up the check-aux job
1 parent 2408981 commit d0346c5

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)