bazelbuild / bazel-skylib

Common useful functions and rules for Bazel
https://bazel.build/
Apache License 2.0
387 stars 180 forks source link

Build with incompatible_disallow_empty_glob #447

Closed limdor closed 1 year ago

limdor commented 1 year ago

In order to flip the flag, all downstream projects should be adapted. However, it is hard to fix them all if there are constant regressions. Adding it to the CI will ensure that once the project can build with incompatible_disallow_empty_glob it can keep building like that. See: bazelbuild/bazel#15327

tetromino commented 1 year ago

Thanks, this will help prevent issues like https://github.com/bazelbuild/bazel-skylib/issues/431