We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95dd62 commit f2e42d3Copy full SHA for f2e42d3
.github/workflows/cpp.yml
@@ -115,12 +115,12 @@ jobs:
115
--copt=-DPROXY_WASM_VERIFY_WITH_ED25519_PUBKEY=\"$(xxd -p -c 256 test/test_data/signature_key1.pub | cut -b9-)\"
116
//...
117
118
- - name: Skip Bazel cache update
119
- if: ${{ github.ref != 'refs/heads/master' }}
120
- run: echo "CACHE_SKIP_SAVE=true" >> $GITHUB_ENV
+# - name: Skip Bazel cache update
+# if: ${{ github.ref != 'refs/heads/master' }}
+# run: echo "CACHE_SKIP_SAVE=true" >> $GITHUB_ENV
121
122
- name: Cleanup Bazel cache
123
- if: ${{ github.ref == 'refs/heads/master' }}
+# if: ${{ github.ref == 'refs/heads/master' }}
124
run: |
125
export OUTPUT=$(${{ matrix.run_under }} bazel info output_base)
126
echo "===== BEFORE ====="
0 commit comments