[ci] Generate rustdocs without dependencies (#11885)

This commit is contained in:
Alexander Samusev
2022-07-21 15:35:18 +02:00
committed by GitHub
parent 8c323a2069
commit c3812f409c
@@ -149,7 +149,7 @@ build-rustdoc:
- ./crate-docs/
script:
- rusty-cachier snapshot create
- time cargo +nightly doc --workspace --all-features --verbose
- time cargo +nightly doc --workspace --all-features --verbose --no-deps
- rm -f $CARGO_TARGET_DIR/doc/.lock
- mv $CARGO_TARGET_DIR/doc ./crate-docs
# FIXME: remove me after CI image gets nonroot