temporarily disable mac build

old-commit-hash: 847fc1fefe
commatwo_master
Adeeb Shihadeh 5 years ago
parent 0ae5e7403e
commit 49428139da
  1. 48
      .github/workflows/test.yaml

@ -53,30 +53,30 @@ jobs:
scons -j$(nproc) && \ scons -j$(nproc) && \
$UNIT_TEST selfdrive/car" $UNIT_TEST selfdrive/car"
build_mac: #build_mac:
name: build macos # name: build macos
runs-on: macos-10.15 # runs-on: macos-10.15
timeout-minutes: 60 # timeout-minutes: 60
steps: # steps:
- uses: actions/checkout@v2 # - uses: actions/checkout@v2
with: # with:
submodules: true # submodules: true
- name: Cache dependencies # - name: Cache dependencies
id: dependency-cache # id: dependency-cache
uses: actions/cache@v2 # uses: actions/cache@v2
with: # with:
path: | # path: |
~/.pyenv # ~/.pyenv
~/Library/Caches/pip # ~/Library/Caches/pip
~/Library/Caches/pipenv # ~/Library/Caches/pipenv
~/Library/Caches/Homebrew # ~/Library/Caches/Homebrew
key: ${{ hashFiles('tools/mac_setup.sh') }} # key: ${{ hashFiles('tools/mac_setup.sh') }}
- name: Install dependencies # - name: Install dependencies
run: ./tools/mac_setup.sh # run: ./tools/mac_setup.sh
- name: Build openpilot # - name: Build openpilot
run: eval "$(pyenv init -)" && scons -j$(nproc) # run: eval "$(pyenv init -)" && scons -j$(nproc)
- name: Brew cleanup # - name: Brew cleanup
run: brew cleanup # keeps our cache small # run: brew cleanup # keeps our cache small
docker_push: docker_push:
name: docker push name: docker push

Loading…
Cancel
Save