We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf8055 commit e3cb233Copy full SHA for e3cb233
.bazelrc
@@ -12,8 +12,10 @@ build --verbose_failures
12
# Required for windows ci
13
startup --windows_enable_symlinks
14
common --enable_runfiles
15
+# Newer versions of Bazel enable this by default
16
+common --incompatible_disallow_empty_glob
17
18
try-import %workspace%/bit-ignore.bazelrc
19
20
# User-specific .bazelrc
-try-import %workspace%/user.bazelrc
21
+try-import %workspace%/user.bazelrc
0 commit comments