summaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-04-24 10:54:27 -0700
committerGitHub <noreply@github.com>2019-04-24 10:54:27 -0700
commitb08819749e6c2a6d8d771f954f6162933a8ba648 (patch)
treec80170fc566219ee865a48b3434e399b528cd01f /WORKSPACE
parentf9dab27de3f3a77650199da487dd450a49ed35b2 (diff)
parente1fb10002d3ddda0576ab40d3a70065a27baa25a (diff)
Merge pull request #162 from haberman/aspect
Replaced upb_proto_library() with a truly aspect-based rule.
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE3
1 files changed, 2 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 8d20852..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(
@@ -37,7 +39,6 @@ http_archive(
urls = ["http://www.colm.net/files/ragel/ragel-6.10.tar.gz"],
)
-# Used by protobuf.
http_archive(
name = "bazel_skylib",
sha256 = "bbccf674aa441c266df9894182d80de104cabd19be98be002f6d478aaa31574d",
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback