Skip to content

bootstrap: Restore missing --bulk-dirs for rust-docs, rustc-docs - #84289

Merged
bors merged 1 commit into
rust-lang:masterfrom
andersk:bootstrap-bulk-dir
Apr 22, 2021
Merged

bootstrap: Restore missing --bulk-dirs for rust-docs, rustc-docs#84289
bors merged 1 commit into
rust-lang:masterfrom
andersk:bootstrap-bulk-dir

Conversation

@andersk

@anderskandersk commented Apr 18, 2021

Copy link
Copy Markdown
Contributor

The --bulk-dirs argument was removed for rust-docs in commit c768ce1 and rustc-docs in commit 8ca46fc (#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.

Cc @pietroalbini.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @Mark-Simulacrum

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 18, 2021
The --bulk-dirs argument was removed for rust-docs in commit
c768ce1 and rustc-docs in commit
8ca46fc (rust-lang#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.
Fixesrust-lang#80684.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
@andersk
anderskforce-pushed the bootstrap-bulk-dir branch from a098910 to 6dfd700CompareApril 18, 2021 06:44
@anderskandersk changed the title bootstrap: Restore missing --bulk-dir for rust-docs, rustc-docsbootstrap: Restore missing --bulk-dirs for rust-docs, rustc-docsApr 18, 2021
@jyn514jyn514 added T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) labels Apr 18, 2021
@Mark-Simulacrum

Copy link
Copy Markdown
Member

@bors r+ rollup=never

@bors

bors commented Apr 22, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit 6dfd700 has been approved by Mark-Simulacrum

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 22, 2021
@bors

bors commented Apr 22, 2021

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 6dfd700 with merge 88b99de...

@bors

bors commented Apr 22, 2021

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions
Approved by: Mark-Simulacrum
Pushing 88b99de to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Apr 22, 2021
@bors
bors merged commit 88b99de into rust-lang:masterApr 22, 2021
@rustbotrustbot added this to the 1.53.0 milestone Apr 22, 2021
gentoo-bot pushed a commit to gentoo/gentoo that referenced this pull request May 5, 2021
Bug: https://bugs.gentoo.org/783468
X-Upstream-Issue: rust-lang/rust#80684
X-Upstream-Fix: rust-lang/rust#84289
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
@andersk
andersk deleted the bootstrap-bulk-dir branch August 6, 2021 22:32
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-borsThis PR was explicitly merged by bors.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Installing docs with x.py install is very slow.

6 participants

@andersk@rust-highfive@Mark-Simulacrum@bors@jyn514@rustbot