Skip to content
Closed
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
6 changes: 6 additions & 0 deletions docs/remote/caching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,12 @@ remote cache:
build --remote_upload_local_results=false
```

You can also specify an experimental remote output service endpoint. Note that this feature is a work-in-progress.

```posix-terminal
build --experimental_remote_output_service=grpc://your.host:port
```

### Exclude specific targets from using the remote cache {#targets-remote-cache}

To exclude specific targets from using the remote cache, tag the target with
Expand Down
6 changes: 6 additions & 0 deletions site/en/remote/caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,12 @@ remote cache:
build --remote_upload_local_results=false
```

You can also specify an experimental remote output service endpoint. Note that this feature is a work-in-progress.

```posix-terminal
build --experimental_remote_output_service=grpc://your.host:port
```

### Exclude specific targets from using the remote cache {:#targets-remote-cache}

To exclude specific targets from using the remote cache, tag the target with
Expand Down
Loading