Skip to content

Commit

Permalink
build: remove scripts and documentation about individual usage of RBE (
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
josephperrott authored and dylhunn committed Jun 27, 2022
1 parent e026a9f commit cb452e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 141 deletions.
9 changes: 4 additions & 5 deletions docs/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,11 @@ It will automatically recognize `*.bazel` and `*.bzl` files.


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

> Remote Build Execution requires authentication as a google.com or angular.io account.
> Remote Build Execution requires authentication as a google.com account.
#### --config=remote flag
The `--config=remote` flag can be added to enable remote execution of builds. This flag can be added to
the `.bazelrc.user` file using the script at `scripts/local-dev/setup-rbe.sh`.
The `--config=remote` flag can be added to enable remote execution of builds.
24 changes: 0 additions & 24 deletions scripts/local-dev/get-email

This file was deleted.

112 changes: 0 additions & 112 deletions scripts/local-dev/setup-rbe.sh

This file was deleted.

0 comments on commit cb452e6

Please sign in to comment.