Skip to content

Commit eba44f1

Browse files
Rollup merge of rust-lang#44353 - cuviper:install-rustc, r=Mark-Simulacrum
Include rustc in the default `./x.py install` The default install used to include rustc, rust-std, and rust-docs, but the refactoring in commit 6b3413d make rustc only default in extended builds. This commit makes rustc installed by default again.
2 parents b0929aa + 110efe2 commit eba44f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/install.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ install!((self, builder, _config),
200200
builder.ensure(dist::Src);
201201
install_src(builder, self.stage);
202202
}, ONLY_BUILD;
203-
Rustc, "src/librustc", _config.extended, only_hosts: true, {
203+
Rustc, "src/librustc", true, only_hosts: true, {
204204
builder.ensure(dist::Rustc {
205205
compiler: builder.compiler(self.stage, self.target),
206206
});

0 commit comments

Comments
 (0)