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

Don't clean the cargo cache on Windows. #20233

Closed
wants to merge 1 commit into from
Closed

Don't clean the cargo cache on Windows. #20233

wants to merge 1 commit into from

Conversation

@jdm
Copy link
Member

jdm commented Mar 7, 2018

I previously added the CARGO_HOME for Windows builders because I thought there might be a permissions problem with the default location that was causing the errors when cloning repositories. I suspect that cleaning the cache is to blame for those somehow, since as far as I recall the problems started after #19713. Let's take it out and see if they go away!


This change is Reviewable

@highfive
Copy link

highfive commented Mar 7, 2018

Heads up! This PR modifies the following files:

@emilio
Copy link
Member

emilio commented Mar 8, 2018

@bors-servo r+ p=100

@bors-servo
Copy link
Contributor

bors-servo commented Mar 8, 2018

📌 Commit 24765e6 has been approved by emilio

@highfive highfive assigned emilio and unassigned KiChjang Mar 8, 2018
@bors-servo
Copy link
Contributor

bors-servo commented Mar 8, 2018

Testing commit 24765e6 with merge ad34efa...

bors-servo added a commit that referenced this pull request Mar 8, 2018
Don't clean the cargo cache on Windows.

I previously added the CARGO_HOME for Windows builders because I thought there might be a permissions problem with the default location that was causing the errors when cloning repositories. I suspect that cleaning the cache is to blame for those somehow, since as far as I recall the problems started after #19713. Let's take it out and see if they go away!

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20233)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Mar 8, 2018

💔 Test failed - windows-msvc-dev

@bors-servo
Copy link
Contributor

bors-servo commented Mar 8, 2018

Testing commit 24765e6 with merge 3dfc607...

bors-servo added a commit that referenced this pull request Mar 8, 2018
Don't clean the cargo cache on Windows.

I previously added the CARGO_HOME for Windows builders because I thought there might be a permissions problem with the default location that was causing the errors when cloning repositories. I suspect that cleaning the cache is to blame for those somehow, since as far as I recall the problems started after #19713. Let's take it out and see if they go away!

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20233)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Mar 8, 2018

💔 Test failed - windows-msvc-dev

@jdm
Copy link
Member Author

jdm commented Mar 8, 2018

I think #20244 is what we need here instead.

@jdm jdm closed this Mar 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

5 participants
You can’t perform that action at this time.