Add default_features directive#2247
Conversation
This sets the `package(features = ...)` attribute in all nested BUILD files similar to `default_visibility` Fixes bazel-contrib#2236
50382bf to
9f395d4
Compare
8342426 to
afe5939
Compare
e897215 to
a29418f
Compare
|
I've previously considered adding something like this but for |
@jeffmace I think a separate directive for each (so |
|
I'm seeing macOS failures in CI across multiple PRs: earlier OAuth2 failures, now errors checking out the repo. We'll need to wait for that to get straightened out upstream. |
|
the repo checkout one is a CI flake, retry normally fixes |
|
So it did! |
|
thanks! |
This sets the `package(features = ...)` attribute in all nested BUILD files similar to `default_visibility` Fixes bazel-contrib#2236 --------- Co-authored-by: Jay Conrod <jay@engflow.com>
This sets the
package(features = ...)attribute in all nested BUILDfiles similar to
default_visibilityFixes #2236