Skip to content

Commit

Permalink
Unrolled build for rust-lang#122297
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#122297 - RalfJung:bootstrap-build, r=onur-ozkan

bootstrap: document what the triples in 'Build' mean

Thanks to ``@onur-ozkan``  for pointing this out to me.
  • Loading branch information
rust-timer authored Mar 11, 2024
2 parents 3b1717c + 89ed992 commit 49a4689
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bootstrap/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,11 @@ pub struct Build {
doc_tests: DocTests,
verbosity: usize,

// Targets for which to build
/// Build triple for the pre-compiled snapshot compiler.
build: TargetSelection,
/// Which triples to produce a compiler toolchain for.
hosts: Vec<TargetSelection>,
/// Which triples to build libraries (core/alloc/std/test/proc_macro) for.
targets: Vec<TargetSelection>,

initial_rustc: PathBuf,
Expand Down

0 comments on commit 49a4689

Please sign in to comment.