aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/remote-caching.md
diff options
context:
space:
mode:
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)