summaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2018-11-03 13:04:10 -0700
committerJosh Haberman <jhaberman@gmail.com>2018-11-03 13:04:10 -0700
commit2655ed9cf5e448e6ce7195e9afb9361c0a901df0 (patch)
tree01139989f8c814298ac50b1280a12e2b628ce6dd /WORKSPACE
parent01ed4ce3d4323c38cb3aeb91053a2a3adb4dfc94 (diff)
Bazel builds everything except conformance_upb.
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE19
1 files changed, 19 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index b03116f..299bfa7 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -13,3 +13,22 @@ http_archive(
"https://www.lua.org/ftp/lua-5.2.4.tar.gz",
],
)
+
+http_archive(
+ name = "com_google_protobuf",
+ sha256 = "d7a221b3d4fb4f05b7473795ccea9e05dab3b8721f6286a95fffbffc2d926f8b",
+ strip_prefix = "protobuf-3.6.1",
+ urls = [
+ "https://github.com/protocolbuffers/protobuf/archive/v3.6.1.zip"
+ ],
+)
+
+http_archive(
+ name = "ragel",
+ sha256 = "5f156edb65d20b856d638dd9ee2dfb43285914d9aa2b6ec779dac0270cd56c3f",
+ build_file = "//:ragel.BUILD",
+ strip_prefix = "ragel-6.10",
+ urls = [
+ "http://www.colm.net/files/ragel/ragel-6.10.tar.gz"
+ ],
+)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback