Skip to content

Commit

Permalink
Revert "gh-actions: introduce bazel cache"
Browse files Browse the repository at this point in the history
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 9e2eb7e.
  • Loading branch information
TimotheusBachinger committed Jan 16, 2025
1 parent 821cdef commit 1f4de3b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 1f4de3b

Please sign in to comment.