aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Meumertzheim <meumertzheim@code-intelligence.com>2021-03-03 14:14:43 +0100
committerFabian Meumertzheim <fabian@meumertzhe.im>2021-03-04 09:17:35 +0100
commita71b1bd50a8035a2e7491d82af38c06b990cf674 (patch)
tree87fba06fd9022549198348b9ffd0397a2ff38284
parent059b390ba1c4b985a57831ad4d7fdd8e42702ddb (diff)
downloadjazzer-api-a71b1bd50a8035a2e7491d82af38c06b990cf674.tar.gz
Temporarily disable the Bazel cache
Incremental builds fail with supposedly undeclared dependencies on system headers. This might be caused by changes to the underlying GitHub virtual environment.
-rw-r--r--.github/workflows/run-all-tests.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.github/workflows/run-all-tests.yml b/.github/workflows/run-all-tests.yml
index 6dc6cf6a..c7b8831f 100644
--- a/.github/workflows/run-all-tests.yml
+++ b/.github/workflows/run-all-tests.yml
@@ -20,12 +20,13 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11
-
- - name: Mount bazel cache
- uses: actions/cache@v2
- with:
- path: "/home/runner/.cache/bazel"
- key: bazel
+
+# Disabled due to issues with missing dependency declarations on system headers.
+# - name: Mount bazel cache
+# uses: actions/cache@v2
+# with:
+# path: "/home/runner/.cache/bazel"
+# key: bazel
- name: Build
run: ./bazelisk-linux-amd64 build -c opt //...