bazel-contrib / SIG-rules-authors

Governance and admin for the rules authors Special Interest Group
https://bazel-contrib.github.io/SIG-rules-authors/
Apache License 2.0
28 stars 12 forks source link

Flip default for --incompatible_enforce_config_setting_visibility #39

Open alexeagle opened 2 years ago

alexeagle commented 2 years ago

Help to finish https://github.com/bazelbuild/bazel/issues/12932 by finding Bazel CI projects which need the flag explicitly turned off, then land a PR in Bazel to change the default value for new projects.

cpsauer commented 1 year ago

Heads for anyone else reading this list, editing their .bazelrc that --incompatible_enforce_config_setting_visibility has already been flipped and it's --incompatible_config_setting_private_default_visibility that remains here, with keertk working to change.

(If someone with editing power reads this and wants to, maybe we should change the title and text to reduce confusion.)