Skip to content

Commit d26485a

Browse files
celinvaljaisnan
andauthored
Remove doc build from regular regression (rust-lang#2925)
This check is redundant in our CI since the bookrunner job already builds the documentation. It is also often breaking the regression job. Co-authored-by: Jaisurya Nanduri <[email protected]>
1 parent 63af43d commit d26485a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scripts/kani-regression.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,6 @@ FEATURES_MANIFEST_PATH="$KANI_DIR/tests/cargo-kani/cargo-features-flag/Cargo.tom
100100
cargo kani --manifest-path "$FEATURES_MANIFEST_PATH" --harness trivial_success
101101
cargo clean --manifest-path "$FEATURES_MANIFEST_PATH"
102102

103-
# Check that documentation compiles.
104-
echo "Current disk usage:"
105-
df -h
106-
echo "Starting doc tests:"
107-
cargo doc --workspace --no-deps --exclude std
108-
echo "Disk usage after documentation build:"
109-
df -h
110-
111103
echo
112104
echo "All Kani regression tests completed successfully."
113105
echo

0 commit comments

Comments
 (0)