Skip to content

Commit cb452e6

Browse files
josephperrottdylhunn
authored andcommitted
build: remove scripts and documentation about individual usage of RBE (angular#46515)
As there is little to no usage of RBE by individuals and we don't actively ensure that the process and permissions are working for individuals the documentation is best removed from the repo. PR Close angular#46515
1 parent e026a9f commit cb452e6

File tree

3 files changed

+4
-141
lines changed

3 files changed

+4
-141
lines changed

docs/DEVELOPER.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -231,12 +231,11 @@ It will automatically recognize `*.bazel` and `*.bzl` files.
231231

232232

233233
### Remote Build Execution and Remote Caching
234-
Bazel builds in the Angular repository use a shared cache. When a build occurs a hash of the inputs is computed
235-
and checked against available outputs in the shared cache. If an output is found, it is used as the output for the
234+
Bazel builds in the Angular repository use a shared cache. When a build occurs a hash of the inputs is computed
235+
and checked against available outputs in the shared cache. If an output is found, it is used as the output for the
236236
build action rather than performing the build locally.
237237

238-
> Remote Build Execution requires authentication as a google.com or angular.io account.
238+
> Remote Build Execution requires authentication as a google.com account.
239239
240240
#### --config=remote flag
241-
The `--config=remote` flag can be added to enable remote execution of builds. This flag can be added to
242-
the `.bazelrc.user` file using the script at `scripts/local-dev/setup-rbe.sh`.
241+
The `--config=remote` flag can be added to enable remote execution of builds.

scripts/local-dev/get-email

-24
This file was deleted.

scripts/local-dev/setup-rbe.sh

-112
This file was deleted.

0 commit comments

Comments
 (0)