From 1cf4af7b2c3ef7d4795aed2bda936e8e5c43fd02 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Tue, 14 May 2019 15:04:30 -0700 Subject: A (final?) round of Blaze fixes. --- WORKSPACE | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'WORKSPACE') 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"], ) -- cgit v1.2.3