diff options
| author | Ralf Jung <post@ralfj.de> | 2025-09-06 11:07:19 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2025-09-06 11:07:19 +0200 |
| commit | 9fc8374c2c4b9b04820999153d9b66f7a3df4ce0 (patch) | |
| tree | 41642381df1d9e25105fbc6f8722589151af0267 /src | |
| parent | 397f93362974d298b79e0e0cd43677014aa7b722 (diff) | |
| download | rust-9fc8374c2c4b9b04820999153d9b66f7a3df4ce0.tar.gz rust-9fc8374c2c4b9b04820999153d9b66f7a3df4ce0.zip | |
miri std tests: skip all of sys::
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/mk/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/mk/Makefile.in b/src/bootstrap/mk/Makefile.in index 82c05092dfa..03caa764ccf 100644 --- a/src/bootstrap/mk/Makefile.in +++ b/src/bootstrap/mk/Makefile.in @@ -76,7 +76,7 @@ check-aux: library/std \ $(BOOTSTRAP_ARGS) \ -- \ - --skip fs:: --skip net:: --skip process:: --skip sys::fd:: --skip sys::pal:: + --skip fs:: --skip net:: --skip process:: --skip sys:: # Also test some very target-specific modules on other targets # (making sure to cover an i686 target as well). $(Q)MIRIFLAGS="-Zmiri-disable-isolation" BOOTSTRAP_SKIP_TARGET_SANITY=1 \ |
