mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 17:58:37 +08: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:
@@ -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