-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[7.5.0] Retry the cleanup of downloadAndExtract #24665
Conversation
This helps the HTTP downloader better cope with filesystems where unlink is non-atomic. Closes bazelbuild#24295. PiperOrigin-RevId: 697920434 Change-Id: I91b4dbf07a2efdca07c0310e15aac5f4d89c4091
@iancha1992 Please backport be2186f and 9b027c8 to fix the windows failures. |
The moment this is merged I'm going to switch our bazelisk to it! :) |
🎉 |
Thanks - looks like it might need 5b54c74 to pass CI ? |
I created #24728 in case that helps with some automation, but I can't set the release or milestone so probably it doesn't help... @iancha1992 |
Got a clean CI hash for bazelisk, early Christmas present. Thanks everyone that helped with this. |
This helps the HTTP downloader better cope with filesystems where unlink is non-atomic.
Closes #24295.
PiperOrigin-RevId: 697920434
Change-Id: I91b4dbf07a2efdca07c0310e15aac5f4d89c4091
Commit 99a27f6