-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x.py build
no longer places rustc
and rustdoc
binaries into stage2/
with config profile = "tools"
#103206
Comments
I'm not convinced the binaries in |
I am not familiar enough with the bootstrap process to be able to confirm or dispute this. |
@fmease can you post the output of |
|
yeah that looks like it's not actually reflecting your changes, just using the latest nightly unmodified If it were working properly it would say -dev |
Hmm, that can't be. I am currently working on fixing #24183 and modifications to the rustdoc source code are indeed properly reflected in the compiled binaries. Maybe the version string is just wrong but my local changes are picked up. |
Actually, I have a counterquestion. Can you by chance reproduce this? Or is it just me and @aDotInTheVoid? I'm just wondering why more people haven't stumbled upon this issue. |
@rustbot claim |
cc #102025 |
Fix `rustdoc --version` when used with download-rustc Previously, rustdoc would unconditionally report the version that *rustc* was compiled with. That showed things like `nightly-2022-10-30`, which wasn't right, since this was a `dev` build compiled from source. Fix it by changing `rustc_driver::version` to a macro expanded at invocation time. cc rust-lang#103206 (comment)
Fix `rustdoc --version` when used with download-rustc Previously, rustdoc would unconditionally report the version that *rustc* was compiled with. That showed things like `nightly-2022-10-30`, which wasn't right, since this was a `dev` build compiled from source. Fix it by changing `rustc_driver::version` to a macro expanded at invocation time. cc rust-lang#103206 (comment)
Fix `rustdoc --version` when used with download-rustc Previously, rustdoc would unconditionally report the version that *rustc* was compiled with. That showed things like `nightly-2022-10-30`, which wasn't right, since this was a `dev` build compiled from source. Fix it by changing `rustc_driver::version` to a macro expanded at invocation time. cc rust-lang#103206 (comment)
./x.py b
withprofile = "tools"
inconfig.toml
no longer placesrustc
&rustdoc
intobuild/$TARGET/stage2/bin/
but just intobuild/$TARGET/ci-rustc-sysroot/bin/
.Tested on Linux.
Zulip discussion.
@rustbot label T-infra A-bootstrap A-contributor-roadblock
The text was updated successfully, but these errors were encountered: