Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bornfree/6928fe7a1fdbe63df09c61b0c738fcc2 to your computer and use it in GitHub Desktop.
Save bornfree/6928fe7a1fdbe63df09c61b0c738fcc2 to your computer and use it in GitHub Desktop.
diff --git a/workspace.bzl b/workspace.bzl
index 13f29c1..d0cb97a 100644
--- a/workspace.bzl
+++ b/workspace.bzl
@@ -76,7 +76,7 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
native.new_http_archive(
name = "gmock_archive",
- url = "https://archive.openswitch.net/gmock-1.7.0.zip",
+ url = "http://52.230.1.181:8000/gmock-1.7.0.zip",
sha256 = "26fcbb5925b74ad5fc8c26b0495dfc96353f4d553492eb97e85a8a6d2f43095b",
build_file = path_prefix + "gmock.BUILD",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment