@@ -31,11 +31,12 @@ http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "ht
3131
3232# LINT.IfChange(googletest)
3333# Google Test framework, used by most unit-tests.
34- http_archive (
35- name = "com_google_googletest" ,
36- sha256 = "ce7366fe57eb49928311189cb0e40e0a8bf3d3682fca89af30d884c25e983786" ,
37- strip_prefix = "googletest-release-1.12.0" ,
38- urls = ["https://github.com/google/googletest/archive/release-1.12.0.zip" ],
34+ bazel_dep (name = "googletest" , version = "1.17.0.bcr.2" , repo_name = "com_google_googletest" )
35+ archive_override (
36+ module_name = "googletest" ,
37+ sha256 = "a4cb11930215b071168811982dfbebc82a2bb0f90db0e8713245931eb742ea46" ,
38+ strip_prefix = "googletest-d72f9c8aea6817cdf1ca0ac10887f328de7f3da2" ,
39+ urls = ["https://github.com/google/googletest/archive/d72f9c8aea6817cdf1ca0ac10887f328de7f3da2.zip" ],
3940)
4041# LINT.ThenChange(cmake/DownloadGoogleTest.cmake,WORKSPACE:googletest)
4142
@@ -63,10 +64,10 @@ http_archive(
6364# cpuinfo library, used for detecting processor characteristics
6465http_archive (
6566 name = "cpuinfo" ,
66- sha256 = "52e0ffd7998d8cb3a927d8a6e1145763744d866d2be09c4eccea27fc157b6bb0 " ,
67- strip_prefix = "cpuinfo-cebb0933058d7f181c979afd50601dc311e1bf8c " ,
67+ sha256 = "995316f224247d1611ab1b624a66bc5cbd5b5d2e5ce991ed68d983aac950ad8b " ,
68+ strip_prefix = "cpuinfo-bc3c01e230c6974283e4b89421cfb0e232435589 " ,
6869 urls = [
69- "https://github.com/pytorch/cpuinfo/archive/cebb0933058d7f181c979afd50601dc311e1bf8c .zip" ,
70+ "https://github.com/pytorch/cpuinfo/archive/bc3c01e230c6974283e4b89421cfb0e232435589 .zip" ,
7071 ],
7172)
7273# LINT.ThenChange(cmake/DownloadCpuinfo.cmake)
0 commit comments