scopehal-apps icon indicating copy to clipboard operation
scopehal-apps copied to clipboard

Intermittent GitHub Actions package generation failures on MacOS Intel

Open azonenberg opened this issue 5 months ago • 3 comments

The GitHub Actions build for macos-intel occasionally fails at the CPack stage with hdiutil giving a device-or-resource busy error, maybe trying to unmount the generated DMG before writes committed?

Re-running the failed job a few times will win the race and produce a correct package, but this needs to get fixed asap.

azonenberg avatar Sep 11 '25 11:09 azonenberg

Seems to be an upstream runner image issue

https://github.com/actions/runner-images/issues/7522

azonenberg avatar Sep 11 '25 12:09 azonenberg

Also related: https://gitlab.kitware.com/cmake/cmake/-/issues/25671

azonenberg avatar Sep 12 '25 13:09 azonenberg

@d235j can you look at the workaround in https://github.com/HEXRD/hexrdgui/pull/1768/files and see if it might work for us?

azonenberg avatar Sep 12 '25 13:09 azonenberg