Skip to content
Snippets Groups Projects
Commit c3812f40 authored by Alexander Samusev's avatar Alexander Samusev Committed by GitHub
Browse files

[ci] Generate rustdocs without dependencies (#11885)

parent 8c323a20
Branches
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment