aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2016-12-19 19:43:41 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-12-19 22:10:46 +0000
commita7a9dbc5d07171c3010ee4297baa6cfd483ff4a6 (patch)
tree06213d11da51d92e80176f06bbdd2e223291c0aa /WORKSPACE
parent845f78a979c842538e15383874592252161e7048 (diff)
*** Reason for rollback *** Breaks CI "Parameter 'url' has no default value", see http://ci.bazel.io/view/Bazel%20bootstrap%20and%20maintenance/job/Bazel/JAVA_VERSION=1.7,PLATFORM_NAME=linux-x86_64/1104/console. *** Original change description *** Make Bazel build dot This change has several parts, it: * Adds a "make" repository rule, which runs ./configure && make on a repository. * Modifies the tar.gz decompressor to restore timestamps. This was an issue with dot, as make examines the timestamp to determine if files need to be rebuilt. Because Bazel was not preserving the archive's timestamp, it was rebuilding things that it did not need to (and, I think, exposed some bugs in dot's Makefile). * Actually add dot as an externa... *** -- PiperOrigin-RevId: 142469299 MOS_MIGRATED_REVID=142469299
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE9
1 files changed, 0 insertions, 9 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 9d2c79654a..666b8dfe9e 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -64,12 +64,3 @@ new_local_repository(
path = "./third_party/protobuf/3.0.0/",
build_file = "./third_party/protobuf/3.0.0/com_google_protobuf_java.BUILD",
)
-
-load('//tools/build_defs/repo:make.bzl', 'make')
-make(
- name = "dot",
- urls = ["http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.38.0.tar.gz"],
- strip_prefix = 'graphviz-2.38.0',
- sha256 = '81aa238d9d4a010afa73a9d2a704fc3221c731e1e06577c2ab3496bdef67859e',
- exports = ["cmd/dot/dot"],
-)