From a7a9dbc5d07171c3010ee4297baa6cfd483ff4a6 Mon Sep 17 00:00:00 2001 From: Kristina Chodorow Date: Mon, 19 Dec 2016 19:43:41 +0000 Subject: Rollback of commit b9f914fa56a00530d38b597dc853aad50d1decfb. *** 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 --- WORKSPACE | 9 --------- 1 file changed, 9 deletions(-) (limited to 'WORKSPACE') 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"], -) -- cgit v1.2.3