Skip to content

Commit 391939b

Browse files
authored
Auto merge of #37721 - brson:docs-default, r=alexcrichton
bootstrap: rust-docs is a default package This will cause it to be built as part of `make dist`. This is blocking betas and nightlies. r? @alexcrichton
2 parents 5293b91 + 9d08745 commit 391939b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/step.rs

+1
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ pub fn build_rules(build: &Build) -> Rules {
424424
.host(true)
425425
.run(move |_| dist::rust_src(build));
426426
rules.dist("dist-docs", "src/doc")
427+
.default(true)
427428
.dep(|s| s.name("default:doc"))
428429
.run(move |s| dist::docs(build, s.stage, s.target));
429430
rules.dist("install", "src")

0 commit comments

Comments
 (0)