Build with incompatible_disallow_empty_glob

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: https://github.com/bazelbuild/bazel/pull/15327
pull/13171/head
Xavier Bonaventura 2 years ago committed by GitHub
parent fd040a8bff
commit 7de6cf7a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .bazelci/presubmit.yml

@ -4,9 +4,13 @@ tasks:
platform: ubuntu2004
shell_commands:
- "sudo apt -y update && sudo apt -y install libreadline-dev cmake rsync"
build_flags:
- "--incompatible_disallow_empty_glob"
test_targets:
- //...
macos:
platform: macos
build_flags:
- "--incompatible_disallow_empty_glob"
test_targets:
- //...

Loading…
Cancel
Save