bazelbuild / rules_webtesting

Bazel rules to allow testing against a browser with WebDriver.
Apache License 2.0
96 stars 56 forks source link

Build with incompatible_disallow_empty_glob #455

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

limdor commented 1 year ago

@mtrea any options to get this reviewed? Thanks