Skip to content

Commit

Permalink
Bazel: Remove deprecated tls_enabled option
Browse files Browse the repository at this point in the history
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] bazelbuild/bazel#8061

Change-Id: I6d77f08e483157f955e82abe0bae848075a7040e
  • Loading branch information
davido committed Jan 25, 2020
1 parent f95ea45 commit 3e8d5e7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/remote-bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3e8d5e7

Please sign in to comment.