Skip to content

Commit

Permalink
Re-enable remote_cache_eager_fetch. (#16097)
Browse files Browse the repository at this point in the history
Enable `remote_cache_eager_fetch`.

[ci skip-build-wheels]
[ci skip-rust]
  • Loading branch information
stuhood authored Jul 8, 2022
1 parent 9910ecc commit ab13499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ unmatched_build_file_globs = "error"
# NB: Users must still set `--remote-cache-{read,write}` to enable the remote cache.
remote_store_address = "grpcs://cache.toolchain.com:443"
remote_auth_plugin = "toolchain.pants.auth.plugin:toolchain_auth_plugin"
# See https://github.com/pantsbuild/pants/issues/11331.
remote_cache_eager_fetch = false
# TODO: See https://github.com/pantsbuild/pants/issues/16096.
remote_cache_eager_fetch = true

[anonymous-telemetry]
enabled = true
Expand Down

0 comments on commit ab13499

Please sign in to comment.