Update GCC/Clang Linux tests to use Bazel 5.0.0
PiperOrigin-RevId: 429400664 Change-Id: I6454cf52cb2fc616a96663823de997591b63dfae
This commit is contained in:
		
				
					committed by
					
						
						Copybara-Service
					
				
			
			
				
	
			
			
			
						parent
						
							ea55f1f52c
						
					
				
				
					commit
					c9461a9b55
				
			@@ -31,7 +31,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
set -euox pipefail
 | 
					set -euox pipefail
 | 
				
			||||||
 | 
					
 | 
				
			||||||
readonly LINUX_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20220113"
 | 
					readonly LINUX_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20220217"
 | 
				
			||||||
readonly LINUX_GCC_FLOOR_CONTAINER="gcr.io/google.com/absl-177019/linux_gcc-floor:20210617"
 | 
					readonly LINUX_GCC_FLOOR_CONTAINER="gcr.io/google.com/absl-177019/linux_gcc-floor:20210617"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [[ -z ${GTEST_ROOT:-} ]]; then
 | 
					if [[ -z ${GTEST_ROOT:-} ]]; then
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user