Skip to content

Commit d8717cf

Browse files
authored
Re-enable Miri leak checking in CI.
1 parent a10c7a4 commit d8717cf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/bootstrap/mk/Makefile.in

+2-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ check-aux:
5858
library/core \
5959
library/alloc \
6060
--no-doc
61-
# Some doctests have intentional memory leaks.
6261
# Some use file system operations to demonstrate dealing with `Result`.
63-
$(Q)MIRIFLAGS="-Zmiri-ignore-leaks -Zmiri-disable-isolation" \
62+
$(Q)MIRIFLAGS="-Zmiri-disable-isolation" \
6463
$(BOOTSTRAP) miri --stage 2 \
6564
library/core \
6665
library/alloc \
@@ -70,7 +69,7 @@ check-aux:
7069
$(BOOTSTRAP) miri --stage 2 library/std \
7170
--no-doc -- \
7271
--skip fs:: --skip net:: --skip process:: --skip sys::pal::
73-
$(Q)MIRIFLAGS="-Zmiri-ignore-leaks -Zmiri-disable-isolation" \
72+
$(Q)MIRIFLAGS="-Zmiri-disable-isolation" \
7473
$(BOOTSTRAP) miri --stage 2 library/std \
7574
--doc -- \
7675
--skip fs:: --skip net:: --skip process:: --skip sys::pal::

0 commit comments

Comments
 (0)