Commit 4566900
authored
fix: Set allow_empty on lib filegroup (#635)
Fixes an issue introduced by
#580:
```
ERROR: Traceback (most recent call last):
File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/584cba79b2819b2d6448a0fcd59d73a4/external/toolchains_llvm++llvm+llvm_toolchain_linux_exec_llvm/BUILD.bazel", line 91, column 13, in <toplevel>
] + glob([
Error in glob: glob pattern 'lib/**/libc++*.a' didn't match anything, but allow_empty is set to False (the default value of allow_empty can be set with --incompatible_disallow_empty_glob).
```1 parent e0b5952 commit 4566900
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments