MacOS >= 13 random resource busy errors with hdiutil #1123
slspencer
started this conversation in
Team Posts
Replies: 2 comments
-
I will fix it via killing xprotect in github runner, similar to the other projects referenced in the issue: actions/runner-images#7522 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
@slspencer See the fix in #1124, please approve there |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@csett86
When building on MacOS >= 13 GitHub runner, 'hdiutil create' occasionally fails (resource busy), known issue, see actions/runner-images#7522
Recommended workarounds:
Should we run hdiutil in out.pro with sudo as a first step, then if we see the error again we can add some retry steps, or should both workarounds be implemented now?
We experienced this error in failed PR check, when running hdiutil for SeamlyME: https://github.com/FashionFreedom/Seamly2D/actions/runs/9529786940/job/26268903701a, Lines 1721-1724:
Beta Was this translation helpful? Give feedback.
All reactions