https://bazel.build/external/overview#bzlmod Bzlmod will be the default in a future Bazel release. By default it requires projects to be registered with the Bazel Central Registry (https://registry.bazel.build/) and thus uses regular releases by default. Users that want to "live-at-head" can still do this through with overrides (https://bazel.build/external/module#overrides). This change updates GoogleTest dependencies to use released versions. CI uses Bzlmod except in the case of linux_gcc-floor, which will keep testing the old WORKSPACE-based dependency system. PiperOrigin-RevId: 601489729 Change-Id: I6be52034eba0d0e5fe12110e5e82879305cf73ff
		
			
				
	
	
		
			90 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			90 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Ignore CI build directory
 | 
						|
build/
 | 
						|
xcuserdata
 | 
						|
cmake-build-debug/
 | 
						|
.idea/
 | 
						|
bazel-bin
 | 
						|
bazel-genfiles
 | 
						|
bazel-googletest
 | 
						|
bazel-out
 | 
						|
bazel-testlogs
 | 
						|
MODULE.bazel.lock
 | 
						|
# python
 | 
						|
*.pyc
 | 
						|
 | 
						|
# Visual Studio files
 | 
						|
.vs
 | 
						|
*.sdf
 | 
						|
*.opensdf
 | 
						|
*.VC.opendb
 | 
						|
*.suo
 | 
						|
*.user
 | 
						|
_ReSharper.Caches/
 | 
						|
Win32-Debug/
 | 
						|
Win32-Release/
 | 
						|
x64-Debug/
 | 
						|
x64-Release/
 | 
						|
 | 
						|
# VSCode files
 | 
						|
.cache/
 | 
						|
cmake-variants.yaml
 | 
						|
 | 
						|
# Ignore autoconf / automake files
 | 
						|
Makefile.in
 | 
						|
aclocal.m4
 | 
						|
configure
 | 
						|
build-aux/
 | 
						|
autom4te.cache/
 | 
						|
googletest/m4/libtool.m4
 | 
						|
googletest/m4/ltoptions.m4
 | 
						|
googletest/m4/ltsugar.m4
 | 
						|
googletest/m4/ltversion.m4
 | 
						|
googletest/m4/lt~obsolete.m4
 | 
						|
googlemock/m4
 | 
						|
 | 
						|
# Ignore generated directories.
 | 
						|
googlemock/fused-src/
 | 
						|
googletest/fused-src/
 | 
						|
 | 
						|
# macOS files
 | 
						|
.DS_Store
 | 
						|
googletest/.DS_Store
 | 
						|
googletest/xcode/.DS_Store
 | 
						|
 | 
						|
# Ignore cmake generated directories and files.
 | 
						|
CMakeFiles
 | 
						|
CTestTestfile.cmake
 | 
						|
Makefile
 | 
						|
cmake_install.cmake
 | 
						|
googlemock/CMakeFiles
 | 
						|
googlemock/CTestTestfile.cmake
 | 
						|
googlemock/Makefile
 | 
						|
googlemock/cmake_install.cmake
 | 
						|
googlemock/gtest
 | 
						|
/bin
 | 
						|
/googlemock/gmock.dir
 | 
						|
/googlemock/gmock_main.dir
 | 
						|
/googlemock/RUN_TESTS.vcxproj.filters
 | 
						|
/googlemock/RUN_TESTS.vcxproj
 | 
						|
/googlemock/INSTALL.vcxproj.filters
 | 
						|
/googlemock/INSTALL.vcxproj
 | 
						|
/googlemock/gmock_main.vcxproj.filters
 | 
						|
/googlemock/gmock_main.vcxproj
 | 
						|
/googlemock/gmock.vcxproj.filters
 | 
						|
/googlemock/gmock.vcxproj
 | 
						|
/googlemock/gmock.sln
 | 
						|
/googlemock/ALL_BUILD.vcxproj.filters
 | 
						|
/googlemock/ALL_BUILD.vcxproj
 | 
						|
/lib
 | 
						|
/Win32
 | 
						|
/ZERO_CHECK.vcxproj.filters
 | 
						|
/ZERO_CHECK.vcxproj
 | 
						|
/RUN_TESTS.vcxproj.filters
 | 
						|
/RUN_TESTS.vcxproj
 | 
						|
/INSTALL.vcxproj.filters
 | 
						|
/INSTALL.vcxproj
 | 
						|
/googletest-distribution.sln
 | 
						|
/CMakeCache.txt
 | 
						|
/ALL_BUILD.vcxproj.filters
 | 
						|
/ALL_BUILD.vcxproj
 |