Skip to content

Commit

Permalink
Build with incompatible_disallow_empty_glob
Browse files Browse the repository at this point in the history
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
  • Loading branch information
limdor authored Nov 5, 2022
1 parent fd040a8 commit 7de6cf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
- //...

0 comments on commit 7de6cf7

Please sign in to comment.