| commit | bda4b7d10e86068f8b665435d695a655389554ff | [log] [tgz] |
|---|---|---|
| author | Philipp Wollermann <philwo@google.com> | Thu May 16 20:04:17 2019 +0200 |
| committer | GitHub <noreply@github.com> | Thu May 16 20:04:17 2019 +0200 |
| tree | 7d1c67d011fe5533d017448f8e41c71ef7db5738 | |
| parent | 05dbc8a61eeb6cc8995de12ef4f13c0a8069c319 [diff] |
Use RBE for remote caching on GCE (#659) * Use RBE for remote caching on GCE. This also changes the anti-cache-poisoning strategy back to using --remote_default_platform_properties with a cache-silo-key instead of appending the platform key to the URL of the cache, because the latter is not supported by gRPC caching. * Seems like grpcs:// is not yet supported by Bazel 0.25, use --tls_enabled instead