Skip to content

Commit

Permalink
Revert "ci: disable remote http bazel cache"
Browse files Browse the repository at this point in the history
This reverts commit 14827f7.
  • Loading branch information
trik committed Oct 22, 2021
1 parent 14827f7 commit 16df869
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .jenkins/bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# Bazel issues that show up on CircleCI.
common --announce_rc

# build --remote_http_cache=https://storage.googleapis.com/ajf-bazel-remote-cache
# build --google_default_credentials
build --remote_http_cache=https://storage.googleapis.com/ajf-bazel-remote-cache
build --google_default_credentials

# Save downloaded repositories in a location that can be cached by CircleCI. This helps us
# speeding up the analysis time significantly with Bazel managed node dependencies on the CI.
build --repository_cache=/home/jenkins/bazel_repository_cache

# build --remote_upload_local_results=true
build --remote_upload_local_results=true


# Workaround https://github.com/bazelbuild/bazel/issues/3645. Bazel doesn't calculate the
Expand Down

0 comments on commit 16df869

Please sign in to comment.