This repository was archived by the owner on Dec 8, 2021. It is now read-only.
Commit 3fb3832
authored
fix: remove
Using `includes = ["."]` in a top-level BUILD file causes too many odd
behaviors and breakages. For example, it makes `bazel build ...` fail.
The goal was to allow users to include our headers using angle-bracket
includes, which this does. However, there may be a better way to do
this. Until we figure that out, we should remove the odd line.includes = ["."] (#1423)1 parent 1a238f8 commit 3fb3832
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
0 commit comments