From 239d4a90db56b4c4208cd0317a6daa43c48b4ded Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Tue, 23 Apr 2019 15:07:50 -0700 Subject: Fixed upb_proto_library() for macOS. --- WORKSPACE | 2 ++ 1 file changed, 2 insertions(+) (limited to 'WORKSPACE') diff --git a/WORKSPACE b/WORKSPACE index 58922bb..d49b894 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -20,6 +20,7 @@ git_repository( commit = "25feb59620627b673df76813dfd66e3f565765e7", #sha256 = "d7a221b3d4fb4f05b7473795ccea9e05dab3b8721f6286a95fffbffc2d926f8b", remote = "https://github.com/haberman/protobuf.git", + shallow_since = "1541281400 -0700" #tag = "conformance-build-tag", ) @@ -27,6 +28,7 @@ git_repository( name = "absl", commit = "070f6e47b33a2909d039e620c873204f78809492", remote = "https://github.com/abseil/abseil-cpp.git", + shallow_since = "1541627663 -0500" ) http_archive( -- cgit v1.2.3