-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Bootstrap: Retry copying/linking #127147
Bootstrap: Retry copying/linking #127147
Conversation
r? @onur-ozkan rustbot has assigned @onur-ozkan. Use |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Clippy insisting on code that doesn't compile was fun but I think I've figured out how to satisfy both the compiler and clippy. I'll do a try build but chances are it'll succeed whether my PR helps or not. |
Bootstrap: Retry copying/linking May be a workaround for rust-lang#127126. But it's hard to know if this works due to the error only appearing some times. This just adds a retry loop with a fairly long pause between retries so as to give time to whatever is locking the file to give up its lock. try-job: x86_64-msvc-ext
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
Huh, that still failed. Hm. |
This comment has been minimized.
This comment has been minimized.
Hm, I'll try a different approach. |
May be a workaround for #127126. But it's hard to know if this works due to the error only appearing some times.
This just adds a retry loop with a fairly long pause between retries so as to give time to whatever is locking the file to give up its lock.
try-job: x86_64-msvc-ext