]> git.lizzy.rs Git - rust.git/commit
bootstrap: Restore missing --bulk-dirs for rust-docs, rustc-docs
authorAnders Kaseorg <andersk@mit.edu>
Sun, 18 Apr 2021 05:20:36 +0000 (22:20 -0700)
committerAnders Kaseorg <andersk@mit.edu>
Sun, 18 Apr 2021 06:43:50 +0000 (23:43 -0700)
commit6dfd700c595a8853fd58349c38c4768b922a2e85
tree55f1086f21dc57ca1c9379df2908cfecd102f8be
parentdc99219d3a248b5da364a89ad532c22ba3c48cde
bootstrap: Restore missing --bulk-dirs for rust-docs, rustc-docs

The --bulk-dirs argument was removed for rust-docs in commit
c768ce138427b1844c1f6594daba9c0e33928032 and rustc-docs in commit
8ca46fc7a83734c9622f11f25d16b82316f44bcc (#79788), presumably by
mistake; that slowed down installation of rust-docs from under a
second to some twenty *minutes*.  Restoring --bulk-dirs reverses this
slowdown.

Fixes #80684.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
src/bootstrap/dist.rs
src/bootstrap/tarball.rs