aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/remote-caching.md
diff options
context:
space:
mode:
authorGravatar Jakob Buchgraber <buchgr@google.com>2018-02-12 07:58:43 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-02-12 08:00:29 -0800
commit8f8e5169c2fd35625c05dbfca9edd03e99d40036 (patch)
tree8597ea63e5e7d024980e62ed4b17a5a6c244645b /site/docs/remote-caching.md
parent174451aa5fafddb7875fc9e60c82ec30ec8027a9 (diff)
docs: add external links about remote caching
Closes #4623. PiperOrigin-RevId: 185378490
Diffstat (limited to 'site/docs/remote-caching.md')
-rw-r--r--site/docs/remote-caching.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/site/docs/remote-caching.md b/site/docs/remote-caching.md
index 637935d277..163f1122f2 100644
--- a/site/docs/remote-caching.md
+++ b/site/docs/remote-caching.md
@@ -27,6 +27,7 @@ make builds significantly faster.
* [Exclude specific targets from using the remote cache](#exclude-specific-targets-from-using-the-remote-cache)
* [Delete content from the remote cache](#delete-content-from-the-remote-cache)
* [Known Issues](#known-issues)
+* [External Links](#external-links)
* [Bazel remote execution (in development)](#bazel-remote-execution-in-development)
## Remote caching overview
@@ -336,6 +337,11 @@ two users with different compilers installed will wrongly share cache hits
because the outputs are different but they have the same action hash. Please
watch [issue #4558] for updates.
+## External Links
+
+* **Your Build in a Datacenter:** The Bazel team gave a [talk](https://fosdem.org/2018/schedule/event/datacenter_build/) about remote caching and execution at FOSDEM 2018.
+
+* **Faster Bazel builds with remote caching: a benchmark:** Nicolò Valigi wrote a [blog post](https://nicolovaligi.com/faster-bazel-remote-caching-benchmark.html) in which he benchmarks remote caching in Bazel.
## Bazel remote execution (in development)