summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2020-01-25 15:19:30 +0100
committerDavid Ostrovsky <david@ostrovsky.org>2020-01-25 15:20:02 +0100
commit3e8d5e7bbb002c67f98ead349a4c5cd00110c9a6 (patch)
tree714d560198ca3d29e9a5b3bb2b9fa920036b5f23
parentf95ea45bb2e3bde7ba781c58bdfa316ab3ddd6fd (diff)
Bazel: Remove deprecated tls_enabled option
This option was flipped in context of:[1] and is now enabled per default. When running gerrit build with remote execution strategy, this warning is issued: WARNING: Option 'tls_enabled' is deprecated: No-op. See #8061 \ for details. [1] https://github.com/bazelbuild/bazel/issues/8061 Change-Id: I6d77f08e483157f955e82abe0bae848075a7040e
-rw-r--r--tools/remote-bazelrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/remote-bazelrc b/tools/remote-bazelrc
index b26a8e8f6d..826be1d5fc 100644
--- a/tools/remote-bazelrc
+++ b/tools/remote-bazelrc
@@ -70,9 +70,6 @@ build:remote --remote_cache=remotebuildexecution.googleapis.com
# Enable remote execution so actions are performed on the remote systems.
build:remote --remote_executor=remotebuildexecution.googleapis.com
-# Enable encryption.
-build:remote --tls_enabled=true
-
# Set a higher timeout value, just in case.
build:remote --remote_timeout=3600