|
|
@ -91,7 +91,6 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
build_mac: |
|
|
|
build_mac: |
|
|
|
name: build macOS |
|
|
|
name: build macOS |
|
|
|
if: false # temp disable since homebrew install is getting stuck |
|
|
|
|
|
|
|
runs-on: ${{ ((github.repository == 'commaai/openpilot') && ((github.event_name != 'pull_request') || (github.event.pull_request.head.repo.full_name == 'commaai/openpilot'))) && 'namespace-profile-macos-8x14' || 'macos-latest' }} |
|
|
|
runs-on: ${{ ((github.repository == 'commaai/openpilot') && ((github.event_name != 'pull_request') || (github.event.pull_request.head.repo.full_name == 'commaai/openpilot'))) && 'namespace-profile-macos-8x14' || 'macos-latest' }} |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v4 |
|
|
@ -109,8 +108,8 @@ jobs: |
|
|
|
- name: Install dependencies |
|
|
|
- name: Install dependencies |
|
|
|
run: ./tools/mac_setup.sh |
|
|
|
run: ./tools/mac_setup.sh |
|
|
|
env: |
|
|
|
env: |
|
|
|
# package install has DeprecationWarnings |
|
|
|
PYTHONWARNINGS: default # package install has DeprecationWarnings |
|
|
|
PYTHONWARNINGS: default |
|
|
|
HOMEBREW_DISPLAY_INSTALL_TIMES: 1 |
|
|
|
- run: git lfs pull |
|
|
|
- run: git lfs pull |
|
|
|
- name: Getting scons cache |
|
|
|
- name: Getting scons cache |
|
|
|
uses: ./.github/workflows/auto-cache |
|
|
|
uses: ./.github/workflows/auto-cache |
|
|
|