mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-24 16:28:07 -04:00
CI: Add brute-force workaround for macOS disk image creation failure
Suggestion by GitHub's macOS image maintainer is to kill XProtectBehaviourService when "Resource busy" error occurs on macOS 13 runners.
This commit is contained in:
1
.github/scripts/utils.zsh/create_diskimage
vendored
1
.github/scripts/utils.zsh/create_diskimage
vendored
@@ -27,6 +27,7 @@ safe_hdiutil() {
|
||||
|
||||
if (( _status )) {
|
||||
log_warning "Unable to run 'hdiutil ${@}' (attempt #${i}). Retrying."
|
||||
if (( ${+CI} )) sudo pkill -9 XProtect >/dev/null || true
|
||||
sleep ${_backoff[${i}]}
|
||||
} else {
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user