From f0440e96a9e1614eb9f2a7d7e2e78f8c7ef4098f Mon Sep 17 00:00:00 2001 From: Anay Wadhera Date: Fri, 4 Nov 2022 15:02:10 -0700 Subject: [PATCH] Revert "Allow tink to be fetched and compile presence in bazel builds." PiperOrigin-RevId: 486238870 --- WORKSPACE | 6 ------ 1 file changed, 6 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 6e04b59f..d1430a05 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -59,12 +59,6 @@ http_archive( urls = ["https://github.com/google/glog/archive/v0.4.0.tar.gz"], ) -http_archive( - name = "com_google_tink", - strip_prefix = "tink-1.7.0/cc", - urls = ["https://github.com/google/tink/archive/v1.7.0.tar.gz"], -) - new_local_repository( name = "com_google_ukey2", path = "./third_party/ukey2/ukey2",