aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.2.0/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Irina Iancu <elenairina@google.com>2017-02-24 13:04:14 +0100
committerGravatar Irina Iancu <elenairina@google.com>2017-02-24 15:48:27 +0100
commite50388e66e1378b8c6a93bbc331e27771bd3aedc (patch)
tree074d518c6e652f6138a10ddf05286093dda3f563 /third_party/protobuf/3.2.0/WORKSPACE
parente716ae46f359dc1361574f44569811ff80a758ac (diff)
Revert "Upgrade //third_party/protobuf to v3.2.0"
This reverts commit 2346f5a01561f695a2b2ba7655359d5020105077. It breaks bazel build in freebsd[1]. The solution is to patch https://svnweb.freebsd.org/ports/head/devel/protobuf/files/. I rolled-back this since the other builds will not automatically start if Bazel is broken. [1] http://ci.bazel.io/view/Bazel%20bootstrap%20and%20maintenance/job/Bazel/JAVA_VERSION=1.8,PLATFORM_NAME=freebsd-11/1312/ Change-Id: I7e939a4293d799ab6dd67f93d219d1efdf4cd901
Diffstat (limited to 'third_party/protobuf/3.2.0/WORKSPACE')
-rw-r--r--third_party/protobuf/3.2.0/WORKSPACE53
1 files changed, 0 insertions, 53 deletions
diff --git a/third_party/protobuf/3.2.0/WORKSPACE b/third_party/protobuf/3.2.0/WORKSPACE
deleted file mode 100644
index 2a49e3723a..0000000000
--- a/third_party/protobuf/3.2.0/WORKSPACE
+++ /dev/null
@@ -1,53 +0,0 @@
-new_git_repository(
- name = "googletest",
- build_file = "gmock.BUILD",
- remote = "https://github.com/google/googletest",
- tag = "release-1.8.0",
-)
-
-new_http_archive(
- name = "six_archive",
- build_file = "six.BUILD",
- sha256 = "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a",
- url = "https://pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz#md5=34eed507548117b2ab523ab14b2f8b55",
-)
-
-bind(
- name = "python_headers",
- actual = "//util/python:python_headers",
-)
-
-bind(
- name = "gtest",
- actual = "@googletest//:gtest",
-)
-
-bind(
- name = "gtest_main",
- actual = "@googletest//:gtest_main",
-)
-
-bind(
- name = "six",
- actual = "@six_archive//:six",
-)
-
-maven_jar(
- name = "guava_maven",
- artifact = "com.google.guava:guava:18.0",
-)
-
-bind(
- name = "guava",
- actual = "@guava_maven//jar",
-)
-
-maven_jar(
- name = "gson_maven",
- artifact = "com.google.code.gson:gson:2.7",
-)
-
-bind(
- name = "gson",
- actual = "@gson_maven//jar",
-)