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.
2 parents 8851f3c + 75f6694 commit 5b05be1Copy full SHA for 5b05be1
src/tools/miri/ci/build-all-targets.sh
@@ -12,7 +12,7 @@ PLATFORM_SUPPORT_FILE=$(rustc +miri --print sysroot)/share/doc/rust/html/rustc/p
12
13
for target in $(python3 ci/scrape-targets.py $PLATFORM_SUPPORT_FILE); do
14
# Wipe the cache before every build to minimize disk usage
15
- rm -rf ~/.cache/miri
+ cargo +miri miri clean
16
if cargo +miri miri setup --target $target 2>&1 | tee failures/$target; then
17
# If the build succeeds, delete its output. If we have output, a build failed.
18
rm $FAILS_DIR/$target
0 commit comments