concretizer: update reuse: default to True (#41302)

This commit is contained in:
Greg Becker
2024-04-23 08:42:14 -07:00
committed by GitHub
parent d535124500
commit 978c20f35a
5 changed files with 16 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ concretizer:
# as possible, rather than building. If `false`, we'll always give you a fresh
# concretization. If `dependencies`, we'll only reuse dependencies but
# give you a fresh concretization for your root specs.
reuse: dependencies
reuse: true
# Options that tune which targets are considered for concretization. The
# concretization process is very sensitive to the number targets, and the time
# needed to reach a solution increases noticeably with the number of targets