aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-01-05 19:34:30 +0000
committerGravatar John Cater <jcater@google.com>2017-01-05 21:10:33 +0000
commitd9db169ca3de5247d1589f002b1fb313877781c0 (patch)
tree4b1dae36752bf54149e60a23a9f14cfeb8451574 /site
parent078cd1953c7823707140b2f177d83c034b1738f5 (diff)
Document --build_tag_filters flag
-- PiperOrigin-RevId: 143689724 MOS_MIGRATED_REVID=143689724
Diffstat (limited to 'site')
-rw-r--r--site/versions/master/docs/bazel-user-manual.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/site/versions/master/docs/bazel-user-manual.html b/site/versions/master/docs/bazel-user-manual.html
index 6d117908da..109a7ade8d 100644
--- a/site/versions/master/docs/bazel-user-manual.html
+++ b/site/versions/master/docs/bazel-user-manual.html
@@ -2015,6 +2015,15 @@ cores directly from system configuration and will assume 1.0 I/O resource.
setting is high enough.
</p>
+<h4 id='flag--build_tag_filters'><code class='flag'>--build_tag_filters <var>tag[,tag]*</var></code></h4>
+<p>
+ If specified, Bazel will build only targets that have at least one required tag
+ (if any of them are specified) and does not have any excluded tags. Build tag
+ filter is specified as comma delimited list of tag keywords, optionally
+ preceded with '-' sign used to denote excluded tags. Required tags may also
+ have a preceding '+' sign.
+</p>
+
<h4 id='flag--test_size_filters'><code class='flag'>--test_size_filters <var>size[,size]*</var></code></h4>
<p>
If specified, Bazel will test (or build if <code class='flag'>--build_tests_only</code>