Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions concepts/build-files.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,23 +132,6 @@ for anyone to create new rules.
and binaries and tests can depend on libraries, with the expected
separate-compilation behavior.

<table class="columns">
<tr>
<td>
<a class="button button-with-icon button-primary"
href="/concepts/labels">
<span class="material-icons" aria-hidden="true">arrow_back</span>Labels
</a>
</td>
<td>
<a class="button button-with-icon button-primary"
href="/concepts/dependencies">
Dependencies<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span>
</a>
</td>
</tr>
</table>

## File encoding

`BUILD` and `.bzl` files should be encoded in UTF-8, of which ASCII is a valid
Expand Down
4 changes: 0 additions & 4 deletions concepts/build-ref.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,3 @@ package groups they include. The only allowed ways to refer to them are from the
the `package` function; they do not generate or consume files. For more
information, refer to the [`package_group`
documentation](/reference/be/functions#package_group).

<a class="button button-with-icon button-primary" href="/concepts/labels">
Labels<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span>
</a>
18 changes: 0 additions & 18 deletions concepts/dependencies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -366,21 +366,3 @@ filegroup(
```

You can then reference the label `my_data` as the data dependency in your test.

<table class="columns">
<tr>
<td>
<a class="button button-with-icon button-primary"
href="/concepts/build-files">
<span class="material-icons" aria-hidden="true">arrow_back</span>BUILD files
</a>
</td>
<td>
<a class="button button-with-icon button-primary"
href="/concepts/visibility">
Visibility<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span>
</a>
</td>
</tr>
</table>

17 changes: 0 additions & 17 deletions concepts/labels.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -241,20 +241,3 @@ the build.
This directed acyclic graph over targets is called the _target graph_ or
_build dependency graph_, and is the domain over which the
[Bazel Query tool](/query/guide) operates.

<table class="columns">
<tr>
<td>
<a class="button button-with-icon button-primary"
href="/concepts/build-ref">
<span class="material-icons" aria-hidden="true">arrow_back</span>Targets
</a>
</td>
<td>
<a class="button button-with-icon button-primary"
href="/concepts/build-files">
BUILD files<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span>
</a>
</td>
</tr>
</table>
2 changes: 1 addition & 1 deletion remote/caching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ not provide technical support for bazel-remote.

This cache stores contents on disk and also provides garbage collection
to enforce an upper storage limit and clean unused artifacts. The cache is
available as a [docker image] and its code is available on
available as a [docker image](https://hub.docker.com/r/buchgr/bazel-remote-cache/) and its code is available on
[GitHub](https://github.com/buchgr/bazel-remote/).
Both the REST and gRPC remote cache APIs are supported.

Expand Down
2 changes: 1 addition & 1 deletion upstream
Submodule upstream updated 83 files
+14 −0 CHANGELOG.md
+0 −17 docs/concepts/build-files.mdx
+0 −4 docs/concepts/build-ref.mdx
+0 −18 docs/concepts/dependencies.mdx
+0 −17 docs/concepts/labels.mdx
+1 −1 docs/remote/caching.mdx
+0 −7 docs/versions/6.5.0/concepts/build-files.mdx
+0 −4 docs/versions/6.5.0/concepts/build-ref.mdx
+0 −8 docs/versions/6.5.0/concepts/dependencies.mdx
+0 −7 docs/versions/6.5.0/concepts/labels.mdx
+1 −1 docs/versions/6.5.0/remote/caching.mdx
+0 −4 docs/versions/6.5.0/versions/index.mdx
+0 −7 docs/versions/7.6.1/concepts/build-files.mdx
+0 −4 docs/versions/7.6.1/concepts/build-ref.mdx
+0 −5 docs/versions/7.6.1/concepts/dependencies.mdx
+0 −7 docs/versions/7.6.1/concepts/labels.mdx
+1 −1 docs/versions/7.6.1/remote/caching.mdx
+0 −4 docs/versions/7.6.1/versions/index.mdx
+0 −7 docs/versions/7.7.1/concepts/build-files.mdx
+0 −4 docs/versions/7.7.1/concepts/build-ref.mdx
+0 −8 docs/versions/7.7.1/concepts/dependencies.mdx
+0 −7 docs/versions/7.7.1/concepts/labels.mdx
+1 −1 docs/versions/7.7.1/remote/caching.mdx
+0 −9 docs/versions/8.0.1/concepts/build-files.mdx
+0 −4 docs/versions/8.0.1/concepts/build-ref.mdx
+0 −10 docs/versions/8.0.1/concepts/dependencies.mdx
+0 −9 docs/versions/8.0.1/concepts/labels.mdx
+1 −1 docs/versions/8.0.1/remote/caching.mdx
+0 −7 docs/versions/8.1.1/concepts/build-files.mdx
+0 −4 docs/versions/8.1.1/concepts/build-ref.mdx
+0 −7 docs/versions/8.1.1/concepts/dependencies.mdx
+0 −7 docs/versions/8.1.1/concepts/labels.mdx
+1 −1 docs/versions/8.1.1/remote/caching.mdx
+0 −17 docs/versions/8.2.1/concepts/build-files.mdx
+0 −4 docs/versions/8.2.1/concepts/build-ref.mdx
+0 −18 docs/versions/8.2.1/concepts/dependencies.mdx
+0 −17 docs/versions/8.2.1/concepts/labels.mdx
+1 −1 docs/versions/8.2.1/remote/caching.mdx
+0 −9 docs/versions/8.3.1/concepts/build-files.mdx
+0 −4 docs/versions/8.3.1/concepts/build-ref.mdx
+0 −10 docs/versions/8.3.1/concepts/dependencies.mdx
+0 −9 docs/versions/8.3.1/concepts/labels.mdx
+1 −1 docs/versions/8.3.1/remote/caching.mdx
+0 −7 docs/versions/8.4.2/concepts/build-files.mdx
+0 −4 docs/versions/8.4.2/concepts/build-ref.mdx
+0 −8 docs/versions/8.4.2/concepts/dependencies.mdx
+0 −7 docs/versions/8.4.2/concepts/labels.mdx
+1 −1 docs/versions/8.4.2/remote/caching.mdx
+0 −11 docs/versions/8.5.1/concepts/build-files.mdx
+0 −4 docs/versions/8.5.1/concepts/build-ref.mdx
+0 −18 docs/versions/8.5.1/concepts/dependencies.mdx
+0 −11 docs/versions/8.5.1/concepts/labels.mdx
+1 −1 docs/versions/8.5.1/remote/caching.mdx
+0 −15 docs/versions/8.6.0/concepts/build-files.mdx
+0 −4 docs/versions/8.6.0/concepts/build-ref.mdx
+0 −16 docs/versions/8.6.0/concepts/dependencies.mdx
+0 −15 docs/versions/8.6.0/concepts/labels.mdx
+1 −1 docs/versions/8.6.0/remote/caching.mdx
+0 −7 docs/versions/9.0.0/concepts/build-files.mdx
+0 −4 docs/versions/9.0.0/concepts/build-ref.mdx
+0 −8 docs/versions/9.0.0/concepts/dependencies.mdx
+0 −7 docs/versions/9.0.0/concepts/labels.mdx
+1 −1 docs/versions/9.0.0/remote/caching.mdx
+0 −26 src/main/java/com/google/devtools/build/lib/bazel/rules/JavaRules.java
+21 −0 src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto
+6 −0 src/main/java/com/google/devtools/build/lib/metrics/MetricsCollector.java
+7 −7 src/main/java/com/google/devtools/build/lib/packages/metrics/PackageMetricsPackageLoadingListener.java
+5 −2 src/main/java/com/google/devtools/build/lib/runtime/BUILD
+6 −1 src/main/java/com/google/devtools/build/lib/runtime/BlazeRuntime.java
+3 −3 src/main/java/com/google/devtools/build/lib/runtime/BlazeService.java
+39 −8 src/main/java/com/google/devtools/build/lib/skyframe/serialization/analysis/AnalysisCacheInvalidator.java
+4 −0 src/main/java/com/google/devtools/build/lib/skyframe/serialization/analysis/BUILD
+6 −3 src/main/java/com/google/devtools/build/lib/skyframe/serialization/analysis/RemoteAnalysisCacheFactory.java
+11 −1 .../java/com/google/devtools/build/lib/skyframe/serialization/analysis/RemoteAnalysisCachingEventListener.java
+3 −2 src/main/java/com/google/devtools/build/lib/skyframe/serialization/analysis/RemoteAnalysisCachingOptions.java
+28 −0 src/main/java/com/google/devtools/build/lib/util/AbruptExitException.java
+8 −0 src/main/java/com/google/devtools/build/lib/util/BUILD
+39 −0 src/main/java/com/google/devtools/build/lib/util/SerializedAbruptExitException.java
+0 −40 src/test/java/com/google/devtools/build/lib/bazel/rules/java/JavaConfiguredTargetsTest.java
+1 −0 src/test/java/com/google/devtools/build/lib/buildtool/util/BUILD
+28 −1 src/test/java/com/google/devtools/build/lib/buildtool/util/BuildIntegrationTestCase.java
+232 −7 src/test/java/com/google/devtools/build/lib/skyframe/serialization/analysis/AnalysisCacheInvalidatorTest.java
+2 −0 src/test/java/com/google/devtools/build/lib/skyframe/serialization/analysis/BUILD
7 changes: 0 additions & 7 deletions versions/6.5.0/concepts/build-files.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,3 @@ for anyone to create new rules.
programming language. Libraries can depend on other libraries,
and binaries and tests can depend on libraries, with the expected
separate-compilation behavior.

<table class="columns">
<tr>
<td><a class="button button-with-icon button-primary" href="/versions/6.5.0/concepts/labels"><span class="material-icons" aria-hidden="true">arrow_back</span>Labels</a></td>
<td><a class="button button-with-icon button-primary" href="/versions/6.5.0/concepts/dependencies">Dependencies<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span></a></td>
</tr>
</table>
4 changes: 0 additions & 4 deletions versions/6.5.0/concepts/build-ref.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,3 @@ package groups they include. The only allowed ways to refer to them are from the
the `package` function; they do not generate or consume files. For more
information, refer to the [`package_group`
documentation](/reference/be/functions#package_group).

<a class="button button-with-icon button-primary" href="/concepts/labels">
Labels<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span>
</a>
8 changes: 0 additions & 8 deletions versions/6.5.0/concepts/dependencies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -344,11 +344,3 @@ filegroup(
```

You can then reference the label `my_data` as the data dependency in your test.

<table class="columns">
<tr>
<td><a class="button button-with-icon button-primary" href="/versions/6.5.0/concepts/build-files"><span class="material-icons" aria-hidden="true">arrow_back</span>BUILD files</a></td>
<td><a class="button button-with-icon button-primary" href="/versions/6.5.0/concepts/visibility">Visibility<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span></a></td>
</tr>
</table>

7 changes: 0 additions & 7 deletions versions/6.5.0/concepts/labels.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,3 @@ the build.
This directed acyclic graph over targets is called the _target graph_ or
_build dependency graph_, and is the domain over which the
[Bazel Query tool](/versions/6.5.0/docs/query-how-to) operates.

<table class="columns">
<tr>
<td><a class="button button-with-icon button-primary" href="/versions/6.5.0/concepts/build-ref"><span class="material-icons" aria-hidden="true">arrow_back</span>Targets</a></td>
<td><a class="button button-with-icon button-primary" href="/versions/6.5.0/concepts/build-files">BUILD files<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span></a></td>
</tr>
</table>
2 changes: 1 addition & 1 deletion versions/6.5.0/remote/caching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ not provide technical support for bazel-remote.

This cache stores contents on disk and also provides garbage collection
to enforce an upper storage limit and clean unused artifacts. The cache is
available as a [docker image] and its code is available on
available as a [docker image](https://hub.docker.com/r/buchgr/bazel-remote-cache/) and its code is available on
[GitHub](https://github.com/buchgr/bazel-remote/).
Both the REST and gRPC remote cache APIs are supported.

Expand Down
4 changes: 0 additions & 4 deletions versions/6.5.0/versions/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@ version support.

For now, to see documentation for older Bazel versions, go to
[docs.bazel.build](https://docs.bazel.build/).

<a class="button button-with-icon button-primary" href="https://docs.bazel.build/">
To the Archives!<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span>
</a>
7 changes: 0 additions & 7 deletions versions/7.6.1/concepts/build-files.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,3 @@ for anyone to create new rules.
programming language. Libraries can depend on other libraries,
and binaries and tests can depend on libraries, with the expected
separate-compilation behavior.

<table class="columns">
<tr>
<td><a class="button button-with-icon button-primary" href="/versions/7.6.1/concepts/labels"><span class="material-icons" aria-hidden="true">arrow_back</span>Labels</a></td>
<td><a class="button button-with-icon button-primary" href="/versions/7.6.1/concepts/dependencies">Dependencies<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span></a></td>
</tr>
</table>
4 changes: 0 additions & 4 deletions versions/7.6.1/concepts/build-ref.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,3 @@ package groups they include. The only allowed ways to refer to them are from the
the `package` function; they do not generate or consume files. For more
information, refer to the [`package_group`
documentation](/versions/7.6.1/reference/be/functions#package_group).

<a class="button button-with-icon button-primary" href="/versions/7.6.1/concepts/labels">
Labels<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span>
</a>
5 changes: 0 additions & 5 deletions versions/7.6.1/concepts/dependencies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,3 @@ filegroup(
```

You can then reference the label `my_data` as the data dependency in your test.

<table class="columns">
<tr><td><a class="button button-with-icon button-primary" href="/versions/7.6.1/concepts/build-files"><span class="material-icons" aria-hidden="true">arrow_back</span>BUILD files</a></td><td><a class="button button-with-icon button-primary" href="/versions/7.6.1/concepts/visibility">Visibility<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span></a></td></tr>
</table>

7 changes: 0 additions & 7 deletions versions/7.6.1/concepts/labels.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,3 @@ the build.
This directed acyclic graph over targets is called the _target graph_ or
_build dependency graph_, and is the domain over which the
[Bazel Query tool](/versions/7.6.1/query/guide) operates.

<table class="columns">
<tr>
<td><a class="button button-with-icon button-primary" href="/versions/7.6.1/concepts/build-ref"><span class="material-icons" aria-hidden="true">arrow_back</span>Targets</a></td>
<td><a class="button button-with-icon button-primary" href="/versions/7.6.1/concepts/build-files">BUILD files<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span></a></td>
</tr>
</table>
2 changes: 1 addition & 1 deletion versions/7.6.1/remote/caching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ not provide technical support for bazel-remote.

This cache stores contents on disk and also provides garbage collection
to enforce an upper storage limit and clean unused artifacts. The cache is
available as a [docker image] and its code is available on
available as a [docker image](https://hub.docker.com/r/buchgr/bazel-remote-cache/) and its code is available on
[GitHub](https://github.com/buchgr/bazel-remote/).
Both the REST and gRPC remote cache APIs are supported.

Expand Down
4 changes: 0 additions & 4 deletions versions/7.6.1/versions/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@ version support.

For now, to see documentation for older Bazel versions, go to
[docs.bazel.build](https://docs.bazel.build/).

<a class="button button-with-icon button-primary" href="https://docs.bazel.build/">
To the Archives!<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span>
</a>
7 changes: 0 additions & 7 deletions versions/7.7.1/concepts/build-files.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,3 @@ for anyone to create new rules.
programming language. Libraries can depend on other libraries,
and binaries and tests can depend on libraries, with the expected
separate-compilation behavior.

<table class="columns">
<tr>
<td><a class="button button-with-icon button-primary" href="/versions/7.7.1/concepts/labels"><span class="material-icons" aria-hidden="true">arrow_back</span>Labels</a></td>
<td><a class="button button-with-icon button-primary" href="/versions/7.7.1/concepts/dependencies">Dependencies<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span></a></td>
</tr>
</table>
4 changes: 0 additions & 4 deletions versions/7.7.1/concepts/build-ref.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,3 @@ package groups they include. The only allowed ways to refer to them are from the
the `package` function; they do not generate or consume files. For more
information, refer to the [`package_group`
documentation](/versions/7.7.1/reference/be/functions#package_group).

<a class="button button-with-icon button-primary" href="/versions/7.7.1/concepts/labels">
Labels<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span>
</a>
8 changes: 0 additions & 8 deletions versions/7.7.1/concepts/dependencies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -325,11 +325,3 @@ filegroup(
```

You can then reference the label `my_data` as the data dependency in your test.

<table class="columns">
<tr>
<td><a class="button button-with-icon button-primary" href="/versions/7.7.1/concepts/build-files"><span class="material-icons" aria-hidden="true">arrow_back</span>BUILD files</a></td>
<td><a class="button button-with-icon button-primary" href="/versions/7.7.1/concepts/visibility">Visibility<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span></a></td>
</tr>
</table>

7 changes: 0 additions & 7 deletions versions/7.7.1/concepts/labels.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,3 @@ the build.
This directed acyclic graph over targets is called the _target graph_ or
_build dependency graph_, and is the domain over which the
[Bazel Query tool](/versions/7.7.1/query/guide) operates.

<table class="columns">
<tr>
<td><a class="button button-with-icon button-primary" href="/versions/7.7.1/concepts/build-ref"><span class="material-icons" aria-hidden="true">arrow_back</span>Targets</a></td>
<td><a class="button button-with-icon button-primary" href="/versions/7.7.1/concepts/build-files">BUILD files<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span></a></td>
</tr>
</table>
2 changes: 1 addition & 1 deletion versions/7.7.1/remote/caching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ not provide technical support for bazel-remote.

This cache stores contents on disk and also provides garbage collection
to enforce an upper storage limit and clean unused artifacts. The cache is
available as a [docker image] and its code is available on
available as a [docker image](https://hub.docker.com/r/buchgr/bazel-remote-cache/) and its code is available on
[GitHub](https://github.com/buchgr/bazel-remote/).
Both the REST and gRPC remote cache APIs are supported.

Expand Down
9 changes: 0 additions & 9 deletions versions/8.0.1/concepts/build-files.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,3 @@ for anyone to create new rules.
programming language. Libraries can depend on other libraries,
and binaries and tests can depend on libraries, with the expected
separate-compilation behavior.

<table class="columns">
<tr>
<td><a class="button button-with-icon button-primary"
href="/versions/8.0.1/concepts/labels"><span class="material-icons" aria-hidden="true">arrow_back</span>Labels</a></td>
<td><a class="button button-with-icon button-primary"
href="/versions/8.0.1/concepts/dependencies">Dependencies<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span></a></td>
</tr>
</table>
4 changes: 0 additions & 4 deletions versions/8.0.1/concepts/build-ref.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,3 @@ package groups they include. The only allowed ways to refer to them are from the
the `package` function; they do not generate or consume files. For more
information, refer to the [`package_group`
documentation](/versions/8.0.1/reference/be/functions#package_group).

<a class="button button-with-icon button-primary" href="/versions/8.0.1/concepts/labels">
Labels<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span>
</a>
10 changes: 0 additions & 10 deletions versions/8.0.1/concepts/dependencies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -296,13 +296,3 @@ filegroup(
```

You can then reference the label `my_data` as the data dependency in your test.

<table class="columns">
<tr>
<td><a class="button button-with-icon button-primary"
href="/versions/8.0.1/concepts/build-files"><span class="material-icons" aria-hidden="true">arrow_back</span>BUILD files</a></td>
<td><a class="button button-with-icon button-primary"
href="/versions/8.0.1/concepts/visibility">Visibility<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span></a></td>
</tr>
</table>

9 changes: 0 additions & 9 deletions versions/8.0.1/concepts/labels.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,3 @@ the build.
This directed acyclic graph over targets is called the _target graph_ or
_build dependency graph_, and is the domain over which the
[Bazel Query tool](/versions/8.0.1/query/guide) operates.

<table class="columns">
<tr>
<td><a class="button button-with-icon button-primary"
href="/versions/8.0.1/concepts/build-ref"><span class="material-icons" aria-hidden="true">arrow_back</span>Targets</a></td>
<td><a class="button button-with-icon button-primary"
href="/versions/8.0.1/concepts/build-files">BUILD files<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span></a></td>
</tr>
</table>
2 changes: 1 addition & 1 deletion versions/8.0.1/remote/caching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ not provide technical support for bazel-remote.

This cache stores contents on disk and also provides garbage collection
to enforce an upper storage limit and clean unused artifacts. The cache is
available as a [docker image] and its code is available on
available as a [docker image](https://hub.docker.com/r/buchgr/bazel-remote-cache/) and its code is available on
[GitHub](https://github.com/buchgr/bazel-remote/).
Both the REST and gRPC remote cache APIs are supported.

Expand Down
7 changes: 0 additions & 7 deletions versions/8.1.1/concepts/build-files.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,3 @@ for anyone to create new rules.
programming language. Libraries can depend on other libraries,
and binaries and tests can depend on libraries, with the expected
separate-compilation behavior.

<table class="columns">
<tr>
<td><a class="button button-with-icon button-primary" href="/versions/8.1.1/concepts/labels"><span class="material-icons" aria-hidden="true">arrow_back</span>Labels</a></td>
<td><a class="button button-with-icon button-primary" href="/versions/8.1.1/concepts/dependencies">Dependencies<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span></a></td>
</tr>
</table>
4 changes: 0 additions & 4 deletions versions/8.1.1/concepts/build-ref.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,3 @@ package groups they include. The only allowed ways to refer to them are from the
the `package` function; they do not generate or consume files. For more
information, refer to the [`package_group`
documentation](/versions/8.1.1/reference/be/functions#package_group).

<a class="button button-with-icon button-primary" href="/versions/8.1.1/concepts/labels">
Labels<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span>
</a>
7 changes: 0 additions & 7 deletions versions/8.1.1/concepts/dependencies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,3 @@ filegroup(
```

You can then reference the label `my_data` as the data dependency in your test.

<table class="columns">
<tr>
<td><a class="button button-with-icon button-primary" href="/versions/8.1.1/concepts/build-files"><span class="material-icons" aria-hidden="true">arrow_back</span>BUILD files</a></td>
<td><a class="button button-with-icon button-primary" href="/versions/8.1.1/concepts/visibility">Visibility<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span></a></td>
</tr>
</table>
7 changes: 0 additions & 7 deletions versions/8.1.1/concepts/labels.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,3 @@ the build.
This directed acyclic graph over targets is called the _target graph_ or
_build dependency graph_, and is the domain over which the
[Bazel Query tool](/versions/8.1.1/query/guide) operates.

<table class="columns">
<tr>
<td><a class="button button-with-icon button-primary" href="/versions/8.1.1/concepts/build-ref"><span class="material-icons" aria-hidden="true">arrow_back</span>Targets</a></td>
<td><a class="button button-with-icon button-primary" href="/versions/8.1.1/concepts/build-files">BUILD files<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span></a></td>
</tr>
</table>
2 changes: 1 addition & 1 deletion versions/8.1.1/remote/caching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ not provide technical support for bazel-remote.

This cache stores contents on disk and also provides garbage collection
to enforce an upper storage limit and clean unused artifacts. The cache is
available as a [docker image] and its code is available on
available as a [docker image](https://hub.docker.com/r/buchgr/bazel-remote-cache/) and its code is available on
[GitHub](https://github.com/buchgr/bazel-remote/).
Both the REST and gRPC remote cache APIs are supported.

Expand Down
17 changes: 0 additions & 17 deletions versions/8.2.1/concepts/build-files.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,20 +132,3 @@ for anyone to create new rules.
programming language. Libraries can depend on other libraries,
and binaries and tests can depend on libraries, with the expected
separate-compilation behavior.

<table class="columns">
<tr>
<td>
<a class="button button-with-icon button-primary"
href="/versions/8.2.1/concepts/labels">
<span class="material-icons" aria-hidden="true">arrow_back</span>Labels
</a>
</td>
<td>
<a class="button button-with-icon button-primary"
href="/versions/8.2.1/concepts/dependencies">
Dependencies<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span>
</a>
</td>
</tr>
</table>
4 changes: 0 additions & 4 deletions versions/8.2.1/concepts/build-ref.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,3 @@ package groups they include. The only allowed ways to refer to them are from the
the `package` function; they do not generate or consume files. For more
information, refer to the [`package_group`
documentation](/versions/8.2.1/reference/be/functions#package_group).

<a class="button button-with-icon button-primary" href="/versions/8.2.1/concepts/labels">
Labels<span class="material-icons icon-after" aria-hidden="true">arrow_forward</span>
</a>
Loading