Skip to content

Commit

Permalink
Unrolled build for rust-lang#119294
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#119294 - jyn514:configure-change-id, r=onur-ozkan

fix `./configure --set change-id`

the logic for this is kinda hacky and treats whitespace as significant https://github.com/rust-lang/rust/blob/d1e26401bc70a58e6daf1816d542be4573bbab84/src/bootstrap/configure.py#L485-L491

r? ``@onur-ozkan``
  • Loading branch information
rust-timer authored Dec 26, 2023
2 parents f645628 + 0e88874 commit e480439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#
# If `change-id` does not match the version that is currently running,
# `x.py` will inform you about the changes made on bootstrap.
# change-id = <latest change id in src/bootstrap/src/utils/change_tracker.rs>
#change-id = <latest change id in src/bootstrap/src/utils/change_tracker.rs>

# =============================================================================
# Tweaking how LLVM is compiled
Expand Down

0 comments on commit e480439

Please sign in to comment.