Skip to content

Commit e3cb233

Browse files
committed
Enable --incompatible_disallow_empty_glob by default
1 parent fcf8055 commit e3cb233

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.bazelrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ build --verbose_failures
1212
# Required for windows ci
1313
startup --windows_enable_symlinks
1414
common --enable_runfiles
15+
# Newer versions of Bazel enable this by default
16+
common --incompatible_disallow_empty_glob
1517

1618
try-import %workspace%/bit-ignore.bazelrc
1719

1820
# User-specific .bazelrc
19-
try-import %workspace%/user.bazelrc
21+
try-import %workspace%/user.bazelrc

0 commit comments

Comments
 (0)