Skip to content

Commit

Permalink
Staunch CI bleeding from #15995. (#16064)
Browse files Browse the repository at this point in the history
Band-aids #15995 in CI.

[ci skip-rust]
  • Loading branch information
jsirois authored Jul 5, 2022
1 parent dd53026 commit 2a920b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,11 @@ 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
# N.B.: Switched back to eager due to issues documented in:
# https://github.com/pantsbuild/pants/issues/15995
remote_cache_eager_fetch = true

[anonymous-telemetry]
enabled = true
Expand Down

0 comments on commit 2a920b0

Please sign in to comment.