diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index d06e588bf9..c763047142 100644 --- a/.bazelci/presubmit.yml +++ b/.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: - //...