Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable lazy fetch in pantsbuild CI #17741

Merged
merged 1 commit into from
Dec 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ build_ignore.add = [

unmatched_build_file_globs = "error"

# TODO: May cause tests which experience missing digests to hang. If you experience an
# issue, please change this to `fetch` and then report an issue on:
# TODO: We would like to be able to use `validate` or `defer` here, but further hardening of
# network codepaths is needed. See:
# https://github.com/pantsbuild/pants/issues/16096.
cache_content_behavior = "validate"
cache_content_behavior = "fetch"

[anonymous-telemetry]
enabled = true
Expand Down