Skip to content
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

remove Windows TERM env var hack and -Zmiri-env-exclude #2552

Merged
merged 2 commits into from
Sep 20, 2022

Conversation

RalfJung
Copy link
Member

The hack should not be needed any more since rust-lang/rust#100206. And that also mostly removes the need for -Zmiri-env-exclude -- if needed, users can still achieve the same by running (unset VAR; cargo miri test).

I am keeping -Zmiri-env-forward since it is still useful, e.g. to have RUST_BACKTRACE=full set in an otherwise deterministic execution.

@rust-lang/miri any objections to removing -Zmiri-env-exclude?

@RalfJung
Copy link
Member Author

Somehow the macOS runner keeps taking more than a second for a few lines of code?!? But this only started recently. Very strange.

@RalfJung
Copy link
Member Author

@bors r=oli-obk

@bors
Copy link
Contributor

bors commented Sep 20, 2022

📌 Commit dd80b1a has been approved by oli-obk

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Sep 20, 2022

⌛ Testing commit dd80b1a with merge dfa6f88...

@bors
Copy link
Contributor

bors commented Sep 20, 2022

☀️ Test successful - checks-actions
Approved by: oli-obk
Pushing dfa6f88 to master...

@bors bors merged commit dfa6f88 into rust-lang:master Sep 20, 2022
@RalfJung RalfJung deleted the env-term branch September 20, 2022 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants