Skip to content

Commit

Permalink
experiment: disable bazel cache
Browse files Browse the repository at this point in the history
  • Loading branch information
yhtang committed Oct 10, 2023
1 parent 5822e48 commit 18f7aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build_jax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
"SSH_KNOWN_HOSTS=${{ steps.ssh-known-hosts.outputs.FILE }}"
build-args: |
BASE_IMAGE=${{ inputs.BASE_IMAGE }}
BAZEL_CACHE=${{ vars.BAZEL_REMOTE_CACHE_URL }}/${{ matrix.PLATFORM }}
# BAZEL_CACHE=${{ vars.BAZEL_REMOTE_CACHE_URL }}/${{ matrix.PLATFORM }}
BUILD_DATE=${{ inputs.BUILD_DATE }}
REPO_JAX=${{ inputs.REPO_JAX }}
REPO_XLA=${{ inputs.REPO_XLA }}
Expand Down

0 comments on commit 18f7aa4

Please sign in to comment.