Skip to content

Commit

Permalink
Add comment regarding XProtectBehaviorService kill
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Oct 20, 2024
1 parent bfc6052 commit db06aa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,8 @@ jobs:
-DCPACK_BUNDLE_APPLE_CERT_APP="-" \
.. && \
make -j4;
# Reduce chance that random hdiutil "Resource busy" error occurs when creating the dmg
# https://github.com/actions/runner-images/issues/7522#issuecomment-1556766641
echo killing XProtectBehaviorService; sudo pkill -9 XProtect >/dev/null || true;
echo waiting for XProtectBehaviorService kill; while pgrep XProtect; do sleep 3; done;
brew install kadwanev/brew/retry
Expand Down

0 comments on commit db06aa7

Please sign in to comment.