summaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-14 15:04:30 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-14 15:04:30 -0700
commit1cf4af7b2c3ef7d4795aed2bda936e8e5c43fd02 (patch)
treee18272080901e77b1023e8fb905834a8c0e1a460 /WORKSPACE
parent5e5e0cf24aa630d5ee1deb1ebf1032b7b788d9b8 (diff)
A (final?) round of Blaze fixes.
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE15
1 files changed, 7 insertions, 8 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 8a4ef8e..a847b51 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -1,4 +1,3 @@
-
workspace(name = "upb")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
@@ -6,7 +5,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
load(":repository_defs.bzl", "bazel_version_repository")
bazel_version_repository(
- name = "bazel_version"
+ name = "bazel_version",
)
http_archive(
@@ -22,10 +21,10 @@ http_archive(
git_repository(
name = "com_google_protobuf",
+ commit = "c659a4a4db2e27463e51c732df25730973956be2",
#remote = "https://github.com/protocolbuffers/protobuf.git",
#commit = "78ca77ac8799f67fda7b9a01cc691cd9fe526f25",
remote = "https://github.com/haberman/protobuf.git",
- commit = "c659a4a4db2e27463e51c732df25730973956be2",
)
http_archive(
@@ -40,19 +39,19 @@ git_repository(
name = "absl",
commit = "070f6e47b33a2909d039e620c873204f78809492",
remote = "https://github.com/abseil/abseil-cpp.git",
- shallow_since = "1541627663 -0500"
+ shallow_since = "1541627663 -0500",
)
http_archive(
name = "ragel",
- sha256 = "5f156edb65d20b856d638dd9ee2dfb43285914d9aa2b6ec779dac0270cd56c3f",
build_file = "//:ragel.BUILD",
+ sha256 = "5f156edb65d20b856d638dd9ee2dfb43285914d9aa2b6ec779dac0270cd56c3f",
strip_prefix = "ragel-6.10",
urls = ["http://www.colm.net/files/ragel/ragel-6.10.tar.gz"],
)
http_archive(
- name = "bazel_skylib",
- strip_prefix = "bazel-skylib-master",
- urls = ["https://github.com/bazelbuild/bazel-skylib/archive/master.tar.gz"],
+ name = "bazel_skylib",
+ strip_prefix = "bazel-skylib-master",
+ urls = ["https://github.com/bazelbuild/bazel-skylib/archive/master.tar.gz"],
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback