Skip to content

Commit

Permalink
Add reminder to change flag default on major-version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
plobsing committed Oct 5, 2024
1 parent 916ee9f commit e8f81be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ bool_flag(
build_setting_default = True if is_bzlmod_enabled() else False,
)

# TODO(3.0): change default to True.
bool_flag(
name = "tar_compute_unused_inputs",
build_setting_default = False,
Expand Down

0 comments on commit e8f81be

Please sign in to comment.