From 8bb55fbcb3be61fb3437edbaf8952fbe2fb0fd13 Mon Sep 17 00:00:00 2001 From: Aayush Singh Date: Thu, 19 Dec 2024 09:46:50 -0800 Subject: [PATCH] Skip hash check for 'googletest' dependency from main branch. PiperOrigin-RevId: 707942705 --- WORKSPACE | 1 - 1 file changed, 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 2faaa49..e5014ee 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -32,7 +32,6 @@ http_archive( # GoogleTest/GoogleMock framework. Used by most unit-tests. http_archive( name = "com_google_googletest", - sha256 = "24e06e79a78ca5794ec6ad2bf0a1f05515cd1d05a9e10d9a6dc853078b2f3914", strip_prefix = "googletest-main", urls = ["https://github.com/google/googletest/archive/main.zip"], )