summaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2018-11-14 16:46:19 -0800
committerJosh Haberman <jhaberman@gmail.com>2018-11-14 16:46:19 -0800
commit9ce4a77f61c134bbed28bfd5be5cd7dc0e80f5e3 (patch)
tree2275cab3e510d488354e341346b30928d142896b /WORKSPACE
parent5f575995b56f2ae97d3b9f5dc1efef233def7419 (diff)
Updates to build system for upb C++ compiler.
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 6 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index b4d19c5..8d20852 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -23,6 +23,12 @@ git_repository(
#tag = "conformance-build-tag",
)
+git_repository(
+ name = "absl",
+ commit = "070f6e47b33a2909d039e620c873204f78809492",
+ remote = "https://github.com/abseil/abseil-cpp.git",
+)
+
http_archive(
name = "ragel",
sha256 = "5f156edb65d20b856d638dd9ee2dfb43285914d9aa2b6ec779dac0270cd56c3f",
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback