-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Fix random Windows CI error for changing_bin_features_caches_targets #5493
Fix random Windows CI error for changing_bin_features_caches_targets #5493
Conversation
r? @matklad (rust_highfive has picked a reviewer for you, use r? to override) |
I've been doing some stress tests on AppVeyor, and I have been unable to get it to fail with this change. An alternative solution would be to unlink the file and attempt to replace it in a loop until it succeeds. |
Thanks! I wonder though if in this situation instead of |
Sure! I'll try that soon! |
I think one can use —out-directory flag to avoid coping by hand |
be81522
to
21f220b
Compare
21f220b
to
3521144
Compare
Updated with new approach. I stressed this on AppVeyor for a while and it seems OK. |
@bors r+ Awesome! |
📌 Commit 3521144 has been approved by |
… r=matklad Fix random Windows CI error for changing_bin_features_caches_targets Fixes #5481.
☀️ Test successful - status-appveyor, status-travis |
Fixes #5481.