-
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
no python in shell scripts #107812
no python in shell scripts #107812
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
886c2ef
to
b33b610
Compare
Regarding to #102282 (comment)
Since this is one of the long-term defined task, I believe this should be done in a seperated PR as a seperated task.
This should work just fine with this PR.
I used
I am not sure if this should be covered in this PR. cc @jyn514 |
r? @jyn514 |
The correct syntax is @rustbot ready, not the other way around. |
8c36d7a
to
8411dd1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a full review
☔ The latest upstream changes (presumably #108096) made this pull request unmergeable. Please resolve the merge conflicts. |
|
15fc13e
to
a445f80
Compare
@rustbot ready |
…lchain, r=Mark-Simulacrum Download beta compiler toolchain in bootstrap if it doesn't yet exist Blocker for rust-lang#107812 and rust-lang#99989 See: rust-lang#107812 (comment) r? `@jyn514`
This comment was marked as resolved.
This comment was marked as resolved.
6a3d223
to
c70708e
Compare
This comment has been minimized.
This comment has been minimized.
c70708e
to
0f11917
Compare
0f11917
to
ca6f3b6
Compare
…=Mark-Simulacrum Download beta compiler toolchain in bootstrap if it doesn't yet exist Blocker for #107812 and #99989 See: rust-lang/rust#107812 (comment) r? `@jyn514`
☔ The latest upstream changes (presumably #110324) made this pull request unmergeable. Please resolve the merge conflicts. |
ca6f3b6
to
f475dce
Compare
☔ The latest upstream changes (presumably #111017) made this pull request unmergeable. Please resolve the merge conflicts. |
f475dce
to
43cd0bf
Compare
This comment has been minimized.
This comment has been minimized.
43cd0bf
to
3d31a42
Compare
☔ The latest upstream changes (presumably #111231) made this pull request unmergeable. Please resolve the merge conflicts. |
#107812 (comment) seems still unresolved here, but it may merit more synchronous discussion - I feel like we're not yet aligned in fact (even if there's no objections) on the exact trajectory here, and that makes me reluctant to merge PRs that create future implications (in particular I still don't think the comments align with a global install). |
I agree, let's talk about this on the next team meeting. |
- Pass `dist bootstrap-shim` explicitly in CI This makes it possible to run `dist bootstrap` without also building bootstrap-shim, and more importantly works around a bug where currently two steps aren't allowed to have the same path. - Add `check::BootstrapShim` - [wip] start unifying parsing for Config and MinimalConfig
Signed-off-by: ozkanonur <work@onurozkan.dev>
Signed-off-by: ozkanonur <work@onurozkan.dev>
3d31a42
to
8d9c626
Compare
This comment has been minimized.
This comment has been minimized.
Signed-off-by: ozkanonur <work@onurozkan.dev>
8d9c626
to
8ad8906
Compare
☔ The latest upstream changes (presumably #111566) made this pull request unmergeable. Please resolve the merge conflicts. |
Helps with #94829.
For now this needs you to manually opt in with
cargo run --manifest-path src/bootstrap/Cargo.toml -p bootstrap-shim
.