-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Clear RUSTUP_* environment variables in test_env
#16469
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: master
Are you sure you want to change the base?
Conversation
|
r? @weihanglo rustbot has assigned @weihanglo. Use |
c052016 to
d4f36b3
Compare
|
I could use some help determining why the doctests are failing. |
|
I reran the jobs. I think the runner was just flaky. |
|
I'm going to try to find machines resembling the failing platforms that I can test this on. |
|
So is the reason |
I'm still investigating. I will reply within the next few days. |
That would make sense. Are you opposed to running rustup entirely? I'm asking because this problem could be solved somewhat easily if one could run |
This PR clears all
RUSTUP_*environment variables in effort to create a "clean" environment.However, some tests fail when
RUSTUP_HOMEis cleared. This PR setsRUSTUP_HOMEfor those tests, so that they might be further investigated.This PR came out of #16131 (comment) and #16131 (comment).