From 1f4de3b3457cd8590729078f1aa1c8b7a92189df Mon Sep 17 00:00:00 2001 From: Timotheus Bachinger Date: Thu, 16 Jan 2025 13:53:00 +0100 Subject: [PATCH] Revert "gh-actions: introduce bazel cache" We experience some actions which take way too much time. Needs to be investiaged. See e.g.: https://github.com/Checkmk/checkmk/actions/runs/12797214564/job/35678614004 This reverts commit 9e2eb7ed0a70a42de951358d80abf070c263e9e5. --- .github/workflows/pr.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index e4dcdf58bca..f8f496a915e 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -48,14 +48,6 @@ jobs: with: key: uv-${{ runner.os }}-${{ hashFiles('requirements_all_lock.txt') }} path: ${{ env.UV_CACHE_DIR }} - - name: Cache bazel - uses: actions/cache@v3 - with: - key: ${{ runner.os }}-bazel-${{ hashFiles('.bazelversion', '.bazelrc', 'WORKSPACE', 'MODULE.bazel') }} - path: | - ~/.cache/bazel - restore-keys: | - ${{ runner.os }}-bazel- - name: Setup Environment run: | # ksh: Needed for some "unit test" (test_mk_errpt_aix).