Skip to content

Commit

Permalink
Remove Bazel cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Vertexwahn committed Dec 16, 2024
1 parent a5e4f4a commit 929ddee
Showing 1 changed file with 0 additions and 54 deletions.
54 changes: 0 additions & 54 deletions .github/workflows/bazel_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ jobs:
steps:
- uses: actions/[email protected]

- name: Mount bazel cache
uses: actions/cache@v3
with:
path: "/home/runner/.cache/bazel"
key: bazel-ubuntu20

- name: Build
run: |
cd tests
Expand All @@ -30,12 +24,6 @@ jobs:
steps:
- uses: actions/[email protected]

- name: Mount bazel cache
uses: actions/cache@v3
with:
path: "/home/runner/.cache/bazel"
key: bazel-ubuntu22

- name: Build
run: |
cd tests
Expand All @@ -48,12 +36,6 @@ jobs:
steps:
- uses: actions/[email protected]

- name: Mount bazel cache
uses: actions/cache@v3
with:
path: "/home/runner/.cache/bazel"
key: bazel-ubuntu24

- name: Build
run: |
cd tests
Expand All @@ -66,12 +48,6 @@ jobs:
steps:
- uses: actions/[email protected]

- name: Mount bazel cache
uses: actions/cache@v3
with:
path: "/home/runner/.cache/bazel"
key: bazel

- name: Build
run: |
cd tests
Expand All @@ -84,12 +60,6 @@ jobs:
steps:
- uses: actions/[email protected]

- name: Mount bazel cache
uses: actions/cache@v3
with:
path: "/home/runner/.cache/bazel"
key: bazel

- name: Build
run: |
cd tests
Expand All @@ -102,12 +72,6 @@ jobs:
steps:
- uses: actions/[email protected]

- name: Mount bazel cache
uses: actions/cache@v3
with:
path: "/home/runner/.cache/bazel"
key: bazel

- name: Print info
run: |
echo "OS info:"
Expand All @@ -118,8 +82,6 @@ jobs:
- name: Build
run: |
#brew install qt@6
#brew link qt@6
cd tests
bazelisk build --config=macos //...
Expand All @@ -130,12 +92,6 @@ jobs:
steps:
- uses: actions/[email protected]

- name: Mount bazel cache
uses: actions/cache@v3
with:
path: "/home/runner/.cache/bazel"
key: bazel

- name: Print info
run: |
echo "OS info:"
Expand All @@ -146,8 +102,6 @@ jobs:
- name: Build
run: |
#brew install qt@6
#brew link qt@6
cd tests
bazelisk build --config=macos //...
Expand All @@ -158,12 +112,6 @@ jobs:
steps:
- uses: actions/[email protected]

- name: Mount bazel cache
uses: actions/cache@v3
with:
path: "/home/runner/.cache/bazel"
key: bazel

- name: Print info
run: |
echo "OS info:"
Expand All @@ -174,7 +122,5 @@ jobs:
- name: Build
run: |
#brew install qt@6
#brew link qt@6
cd tests
bazelisk build --config=macos //...

0 comments on commit 929ddee

Please sign in to comment.