Uh oh!
There was an error while loading. Please reload this page.
Improve handing of env vars during bootstrap process - #101783
Conversation
rust-highfive
commented
Sep 13, 2022
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @jyn514 (or someone else) soon. Please see the contribution instructions for more information. |
jyn514
left a comment
There was a problem hiding this comment.
Thanks for the PR. The python changes make sense to me but need changes to the implementation, I left comments inline. It would be helpful to know when you need to set these variables, I'm surprised no one has complained before.
The rust changes I'm unsure about , I left a comment inline.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
chriswailes
commented
Sep 14, 2022
We ran into this issue when the |
chriswailes
commented
Sep 14, 2022
@rustbot ready |
jyn514
commented
Sep 14, 2022
@chriswailes you force pushed but I don't see any changes; maybe you forgot to commit them? |
chriswailes
commented
Sep 14, 2022
@jyn514 Yup, and then I had to pull, rebase, re-compile... A full yak shave. Sorry about that. |
jyn514
left a comment
There was a problem hiding this comment.
r=me with the last nit fixed. Thanks!
Uh oh!
There was an error while loading. Please reload this page.
jyn514
commented
Sep 14, 2022
@bors r+ |
bors
commented
Sep 14, 2022
Improve handing of env vars during bootstrap process This CL modifies the handing of env vars during the bootstrap process in two ways: 1. Replaces '-' characters with '_' characters in target names to increase compatibility with different shells 2. Passes Stage0 snapshot compiler related env vars to early invocations of Cargo
Improve handing of env vars during bootstrap process This CL modifies the handing of env vars during the bootstrap process in two ways: 1. Replaces '-' characters with '_' characters in target names to increase compatibility with different shells 2. Passes Stage0 snapshot compiler related env vars to early invocations of Cargo
Dylan-DPC
commented
Sep 15, 2022
Uh oh!
There was an error while loading. Please reload this page.
This CL modifies the handing of env vars during the bootstrap process in two ways: 1. Replaces '-' characters with '_' characters in target names to increase compatibility with different shells 2. Passes Stage0 snapshot compiler related env vars to early invocations of Cargo
jyn514
commented
Sep 16, 2022
@bors r+ |
bors
commented
Sep 16, 2022
Improve handing of env vars during bootstrap process This CL modifies the handing of env vars during the bootstrap process in two ways: 1. Replaces '-' characters with '_' characters in target names to increase compatibility with different shells 2. Passes Stage0 snapshot compiler related env vars to early invocations of Cargo
…iaskrgr Rollup of 9 pull requests Successful merges: - rust-lang#101672 (array docs - advertise how to get array from slice) - rust-lang#101781 (Extend list of targets that support dyanmic linking for llvm tools) - rust-lang#101783 (Improve handing of env vars during bootstrap process) - rust-lang#101801 (add note for `layout_of` when query depth overflows) - rust-lang#101824 (rustdoc: add test cases for turning ``[Vec<T>]`` into ``[`Vec<T>`]``) - rust-lang#101861 (Update stdarch) - rust-lang#101873 (Allow building `rust-analyzer-proc-macro-srv` as a standalone tool) - rust-lang#101918 (rustdoc: clean up CSS for All Items and All Crates lists) - rust-lang#101934 (Continue migration of CSS themes) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
In rust-lang#101783 I accidentally removed a load-bearing linker argument. This PR adds it back in.
…an68 Add a linker argument back to boostrap.py In rust-lang#101783 I accidentally removed a load-bearing linker argument. This PR adds it back in. r? jyn514
Add a linker argument back to boostrap.py In rust-lang/rust#101783 I accidentally removed a load-bearing linker argument. This PR adds it back in. r? jyn514
Add a linker argument back to boostrap.py In rust-lang/rust#101783 I accidentally removed a load-bearing linker argument. This PR adds it back in. r? jyn514
Add a linker argument back to boostrap.py In rust-lang/rust#101783 I accidentally removed a load-bearing linker argument. This PR adds it back in. r? jyn514
Add a linker argument back to boostrap.py In rust-lang/rust#101783 I accidentally removed a load-bearing linker argument. This PR adds it back in. r? jyn514
Add a linker argument back to boostrap.py In rust-lang/rust#101783 I accidentally removed a load-bearing linker argument. This PR adds it back in. r? jyn514
Add a linker argument back to boostrap.py In rust-lang/rust#101783 I accidentally removed a load-bearing linker argument. This PR adds it back in. r? jyn514
Add a linker argument back to boostrap.py In rust-lang/rust#101783 I accidentally removed a load-bearing linker argument. This PR adds it back in. r? jyn514
This CL modifies the handing of env vars during the bootstrap process in two ways: