From 18abe218d9115ac2608a6c6aaf458896120b61c7 Mon Sep 17 00:00:00 2001 From: DevTekVE Date: Sat, 4 Oct 2025 18:19:16 +0200 Subject: [PATCH] ci: Disable homebrew cache for MacOS builds (#1322) * maybe Revert "fuck" This reverts commit cb072a73b1b44ac3abeb50196be0956f3b7a7e14. Revert "i dunno anymore" This reverts commit 4d3c84ecb0e7830a552237e824995bc255007a1b. i dunno anymore fuck * maybe * try to fix the pipelines --- .github/workflows/selfdrive_tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 41d8156ca..85b7c61e5 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -115,7 +115,9 @@ jobs: - run: echo "CACHE_COMMIT_DATE=$(git log -1 --pretty='format:%cd' --date=format:'%Y-%m-%d-%H:%M')" >> $GITHUB_ENV - name: Homebrew cache uses: ./.github/workflows/auto-cache + if: false # disabling the cache for now because it is breaking macos builds... with: + save: false # No need save here if we manually save it later conditionally path: ~/Library/Caches/Homebrew key: brew-macos-${{ env.CACHE_COMMIT_DATE }}-${{ github.sha }} restore-keys: | @@ -136,6 +138,7 @@ jobs: - name: Getting scons cache uses: ./.github/workflows/auto-cache with: + save: false # No need save here if we manually save it later conditionally path: /tmp/scons_cache key: scons-${{ runner.arch }}-macos-${{ env.CACHE_COMMIT_DATE }}-${{ github.sha }} restore-keys: |