File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -40,20 +40,6 @@ buildifier:
4040 - " ..."
4141 test_flags :
4242 - " --test_tag_filters=-integration-test"
43- .disable_docs : &disable_docs
44- build_targets :
45- - " --"
46- - " ..."
47- # As a regression test for #225, check that wheel targets still build when
48- # their package path is qualified with the repo name.
49- - " @rules_python//examples/wheel/..."
50- - " -//sphinxdocs/..."
51- - " -//docs/..."
52- test_targets :
53- - " --"
54- - " ..."
55- - " -//sphinxdocs/..."
56- - " -//docs/..."
5743.common_workspace_flags_min_bazel : &common_workspace_flags_min_bazel
5844 build_flags :
5945 - " --noenable_bzlmod"
@@ -145,18 +131,18 @@ tasks:
145131 platform : ubuntu2004
146132 bazel : last_rc
147133 ubuntu_workspace :
148- << : *disable_docs
134+ << : *reusable_config
149135 << : *common_workspace_flags
150136 name : " Default: Ubuntu, workspace"
151137 platform : ubuntu2004
152138 mac_workspace :
153- << : *disable_docs
139+ << : *reusable_config
154140 << : *common_workspace_flags
155141 name : " Default: Mac, workspace"
156142 platform : macos
157143 windows_workspace :
158144 << : *reusable_config
159- << : *common_workspace_flags_min_bazel
145+ << : *common_workspace_flags
160146 name : " Default: Windows, workspace"
161147 platform : windows
162148
You can’t perform that action at this time.
0 commit comments