From 847fc1fefef2f2e07c22d68497a5f8468eda7231 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 9 Sep 2020 12:15:31 -0700 Subject: [PATCH] temporarily disable mac build --- .github/workflows/test.yaml | 48 ++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8e0e4c11..862c074f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -53,30 +53,30 @@ jobs: scons -j$(nproc) && \ $UNIT_TEST selfdrive/car" - build_mac: - name: build macos - runs-on: macos-10.15 - timeout-minutes: 60 - steps: - - uses: actions/checkout@v2 - with: - submodules: true - - name: Cache dependencies - id: dependency-cache - uses: actions/cache@v2 - with: - path: | - ~/.pyenv - ~/Library/Caches/pip - ~/Library/Caches/pipenv - ~/Library/Caches/Homebrew - key: ${{ hashFiles('tools/mac_setup.sh') }} - - name: Install dependencies - run: ./tools/mac_setup.sh - - name: Build openpilot - run: eval "$(pyenv init -)" && scons -j$(nproc) - - name: Brew cleanup - run: brew cleanup # keeps our cache small + #build_mac: + # name: build macos + # runs-on: macos-10.15 + # timeout-minutes: 60 + # steps: + # - uses: actions/checkout@v2 + # with: + # submodules: true + # - name: Cache dependencies + # id: dependency-cache + # uses: actions/cache@v2 + # with: + # path: | + # ~/.pyenv + # ~/Library/Caches/pip + # ~/Library/Caches/pipenv + # ~/Library/Caches/Homebrew + # key: ${{ hashFiles('tools/mac_setup.sh') }} + # - name: Install dependencies + # run: ./tools/mac_setup.sh + # - name: Build openpilot + # run: eval "$(pyenv init -)" && scons -j$(nproc) + # - name: Brew cleanup + # run: brew cleanup # keeps our cache small docker_push: name: docker push