Skip to content

Commit

Permalink
Debugging CI cloudflare#4: disable remote cache
Browse files Browse the repository at this point in the history
Missing secret
  • Loading branch information
mrbbot committed Jun 22, 2023
1 parent 2cb7020 commit 3a39939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Bazel build
run: |
bazelisk build --disk_cache=~/bazel-disk-cache --remote_cache=https://bazel:${{ secrets.BAZEL_CACHE_KEY }}@bazel-remote-cache.devprod.cloudflare.dev -c opt //src/workerd/server:workerd
bazelisk build --disk_cache=~/bazel-disk-cache -c opt //src/workerd/server:workerd
- name: Strip debug symbols
if: runner.os != 'Windows'
run: |
Expand Down

0 comments on commit 3a39939

Please sign in to comment.