Skip to content

Commit

Permalink
kill XProtect to avoid malware scan of dmg image (#1659) (#1661)
Browse files Browse the repository at this point in the history
Co-authored-by: Rex Schilasky <[email protected]>
  • Loading branch information
eclipse-ecal-bot and rex-schilasky authored Jul 15, 2024
1 parent c0e59cf commit 6aa2418
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ jobs:
runs-on: macos-13

steps:
# XProtect can cause random failures if it decides that the DMG we create
# during the packaging phase is malware.
# See https:/actions/runner-images/issues/7522 and https:/servo/servo/pull/30779
- name: Kill XProtectBehaviorService
run: |
echo Killing XProtect.; sudo pkill -9 XProtect >/dev/null || true;
- name: Downgrade Python version
uses: actions/setup-python@v4
id: cp39
Expand Down

0 comments on commit 6aa2418

Please sign in to comment.