-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Closed as not planned
Closed as not planned
Copy link
Labels
C-discussionCategory: Discussion or questions that doesn't represent real issues.Category: Discussion or questions that doesn't represent real issues.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
When I download a release tarball - https://static.rust-lang.org/dist/rustc-1.89.0-src.tar.xz - and for it call
$ ./configure --enable-optimize-llvm --enable-extended --llvm-root=/usr/local --enable-profiler --enable-llvm-link-shared --enable-sanitizers --disable-docs --target=x86_64-unknown-linux-gnu --enable-vendor --enable-local-rust
$ x.py buildthe system prints:
Building bootstrap
Finisheddevprofile [unoptimized] target(s) in 0.69s
fatal: not a git repository (or any of the parent directories): .git
WARNING: Thechange-idis missing in thebootstrap.toml. This means that you will not be able to track the major changes made to the bootstrap configurations.
NOTE: to silence this warning, addchange-id = 142379orchange-id = "ignore"at the top ofbootstrap.toml
- When building from a released tarball, the build process should not complain about missing
change-id=in bootstrap.toml.
Metadata
Metadata
Assignees
Labels
C-discussionCategory: Discussion or questions that doesn't represent real issues.Category: Discussion or questions that doesn't represent real issues.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)