From 516d136e9751b85737b7c339133dfa6cfe725490 Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Sun, 8 Jul 2018 15:37:11 -0400 Subject: [PATCH] disable remote caching for now (#240) Former-commit-id: 2fcd48a28367afb72cfbd1b1efdfe913b8ef24f9 [formerly 87e93c6ab928e2e0e099d30b8f89821d1af7b4ae] Former-commit-id: 0a4d862e7c19f4c2f283b19da775acc55d18bbd7 --- .travis-bazelrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis-bazelrc b/.travis-bazelrc index 9ef93c841..0e20226a8 100644 --- a/.travis-bazelrc +++ b/.travis-bazelrc @@ -5,8 +5,8 @@ startup --host_jvm_args=-Xmx500m --host_jvm_args=-Xms500m build --spawn_strategy=standalone --genrule_strategy=standalone # Remote caching over Google Cloud Storage -build --remote_http_cache=https://storage.googleapis.com/prysmatic-bazel-cache -build --google_credentials=/tmp/service-account.json +#build --remote_http_cache=https://storage.googleapis.com/prysmatic-bazel-cache +#build --google_credentials=/tmp/service-account.json # Set some build options for travis container. build --local_resources=1536,1.5,0.5