Uh oh!
There was an error while loading. Please reload this page.
Fix Miri sysroot for x run - #126238
Merged
Merged
Conversation
RalfJung
commented
Jun 10, 2024
via email
Member
Doesn't the --sysroot need to go after the `--`? |
Noratrieb
commented
Jun 10, 2024
MemberAuthor
oh, it probably does. I had it after at first and tested that, and didn't test the reordering >.< |
RalfJung
commented
Jun 11, 2024
Member
@rustbot author |
Noratrieb
commented
Jun 12, 2024
MemberAuthor
@rustbot ready |
Uh oh!
There was an error while loading. Please reload this page.
Miri no longer respects `MIRI_SYSROOT` and wants to be treated like a REAL rustc, with `--sysroot`. *pats Miri* sure Miri, just for you :3.
RalfJung
commented
Jun 13, 2024
Member
Thanks. :) @bors r+ rollup |
bors
commented
Jun 13, 2024
Collaborator
rust-log-analyzer
commented
Jun 13, 2024
Collaborator
The job Click to see the possible cause of the failure (guessed by this bot) |
lqd
commented
Jun 13, 2024
Member
(cc #126430 on that last PR CI failure) |
Noratrieb
commented
Jun 13, 2024
MemberAuthor
@bors retry |
lqd
commented
Jun 13, 2024
Member
it's PR CI @Nilstrieb :3 not bors tests |
matthiaskrgr added a commit
to matthiaskrgr/rust
that referenced
this pull request
Jun 13, 2024
Fix Miri sysroot for `x run` Miri no longer (after rust-lang/miri#3411) respects `MIRI_SYSROOT` and wants to be treated like a REAL rustc, with `--sysroot`. \*pats Miri\* sure Miri, just for you :3. fixesrust-lang#126233 r? RalfJung (or whoever else feels like it)
Noratrieb
commented
Jun 13, 2024
MemberAuthor
just because i have bors perms does not mean i can read |
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jun 13, 2024
…iaskrgr Rollup of 10 pull requests Successful merges: - rust-lang#123726 (Clarify `Command::new` behavior for programs with arguments) - rust-lang#126088 ([1/2] clean-up / general improvements) - rust-lang#126238 (Fix Miri sysroot for `x run`) - rust-lang#126315 (Add pub struct with allow(dead_code) into worklist) - rust-lang#126360 (Uplift `structural_traits.rs` into the new trait solver) - rust-lang#126371 (Tweak output of import suggestions) - rust-lang#126388 (const-eval: make lint scope computation consistent) - rust-lang#126390 (Fix wording in {checked_}next_power_of_two) - rust-lang#126392 (Small style improvement in `gvn.rs`) - rust-lang#126402 (Fix wrong `assert_unsafe_precondition` message for `core::ptr::copy`) r? `@ghost` `@rustbot` modify labels: rollup
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jun 14, 2024
…iaskrgr Rollup of 10 pull requests Successful merges: - rust-lang#123726 (Clarify `Command::new` behavior for programs with arguments) - rust-lang#126088 ([1/2] clean-up / general improvements) - rust-lang#126238 (Fix Miri sysroot for `x run`) - rust-lang#126315 (Add pub struct with allow(dead_code) into worklist) - rust-lang#126360 (Uplift `structural_traits.rs` into the new trait solver) - rust-lang#126371 (Tweak output of import suggestions) - rust-lang#126388 (const-eval: make lint scope computation consistent) - rust-lang#126390 (Fix wording in {checked_}next_power_of_two) - rust-lang#126392 (Small style improvement in `gvn.rs`) - rust-lang#126402 (Fix wrong `assert_unsafe_precondition` message for `core::ptr::copy`) r? `@ghost` `@rustbot` modify labels: rollup
rust-timer added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jun 14, 2024
Rollup merge of rust-lang#126238 - Nilstrieb:run,miri,run, r=RalfJung Fix Miri sysroot for `x run` Miri no longer (after rust-lang/miri#3411) respects `MIRI_SYSROOT` and wants to be treated like a REAL rustc, with `--sysroot`. \*pats Miri\* sure Miri, just for you :3. fixesrust-lang#126233 r? RalfJung (or whoever else feels like it)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Miri no longer (after rust-lang/miri#3411) respects
MIRI_SYSROOTand wants to be treated like a REAL rustc, with--sysroot. *pats Miri* sure Miri, just for you :3.fixes#126233
r? RalfJung (or whoever else feels like it)