Revert "add remote caching"

This reverts commit 2493db9557.
This commit is contained in:
Preston Van Loon
2019-04-18 14:23:03 -04:00
parent 4b92f54237
commit 310ab4b47d

View File

@@ -1,15 +1,9 @@
# The following flags enable the remote cache so action results can be shared
# across machines, developers, and workspaces.
#
# This config is loaded from https://github.com/bazelbuild/bazel-toolchains/blob/master/bazelrc/latest.bazelrc
build:remote-cache --remote_cache=remotebuildexecution.googleapis.com
build:remote-cache --tls_enabled=true
build:remote-cache --remote_timeout=3600
build:remote-cache --auth_enabled=true
build:remote-cache --spawn_strategy=standalone
build:remote-cache --strategy=Javac=standalone
build:remote-cache --strategy=Closure=standalone
build:remote-cache --strategy=Genrule=standalone
build:remote --remote_max_connections=200
build:remote --disk_cache=
build:remote --remote_http_cache=https://storage.googleapis.com/prysmatic-bazel-cache
build:remote --google_default_credentials
build:remote --remote_timeout=10
build:remote --experimental_guard_against_concurrent_changes
# Use the credentials on the machine for auth.
build:remote-cache --google_default_credentials