-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Build rustc and codegen backends with -Zno-embed-metadata #151061
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1095,10 +1095,6 @@ impl Builder<'_> { | |
| // Enable usage of unstable features | ||
| cargo.env("RUSTC_BOOTSTRAP", "1"); | ||
|
|
||
| if matches!(mode, Mode::Std) { | ||
| cargo.arg("-Zno-embed-metadata"); | ||
| } | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this looks like what I came up with while upgrading to 1.94.0 in alpinelinux https://git.alpinelinux.org/aports/commit/?id=e688d5dcba35af7386e9b9f24527ea98dad4040d
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In this PR, the
You only need to keep the |
||
| if self.config.dump_bootstrap_shims { | ||
| prepare_behaviour_dump_dir(self.build); | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.