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.