Merge branch 'stable-3.1'
* stable-3.1: Bazel: Remove deprecated tls_enabled option Change-Id: Iaabcb16297cb3bbe6fe1e71dcf3b80589d005244
This commit is contained in:
		@@ -70,9 +70,6 @@ build:remote --remote_cache=remotebuildexecution.googleapis.com
 | 
				
			|||||||
# Enable remote execution so actions are performed on the remote systems.
 | 
					# Enable remote execution so actions are performed on the remote systems.
 | 
				
			||||||
build:remote --remote_executor=remotebuildexecution.googleapis.com
 | 
					build:remote --remote_executor=remotebuildexecution.googleapis.com
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Enable encryption.
 | 
					 | 
				
			||||||
build:remote --tls_enabled=true
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# Set a higher timeout value, just in case.
 | 
					# Set a higher timeout value, just in case.
 | 
				
			||||||
build:remote --remote_timeout=3600
 | 
					build:remote --remote_timeout=3600
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user