File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 1
- # We exclude docs/ from build_targets. Since we can't blacklist specific target
2
- # patterns (bazelbuild/continuous-integration#779), we have to explicitly
3
- # list every other top-level package in build_targets.
4
- # TODO(#144): When Bazel 0.29 is released, the docgen workflow will work, and
5
- # we can go back to using `...` for build_targets.
6
1
---
7
2
buildifier :
8
3
version : latest
9
4
warnings : " all"
10
5
all_targets : &all_targets
11
6
build_targets :
12
- - " //examples/..."
13
- - " //experimental/..."
14
- - " //packaging/..."
15
- - " //python/..."
16
- - " //tests/..."
17
- - " //tools/..."
7
+ - " ..."
18
8
# As a regression test for #225, check that wheel targets still build when
19
9
# their package path is qualified with the repo name.
20
10
- " @rules_python//examples/wheel/..."
You can’t perform that action at this time.
0 commit comments