From 393896a399d78720aa70cfd481f977716b51361b Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 29 Jun 2016 06:29:41 -0800 Subject: Remove linkstatic=1 from places where in un-needed in the newer Bazel version. Update the minimum required Bazel version to 0.3.0 which includes the bugfix. Change: 126189429 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WORKSPACE') diff --git a/WORKSPACE b/WORKSPACE index 36d382095b..f0faabb77e 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -20,7 +20,7 @@ tf_workspace() # Specify the minimum required bazel version. load("//tensorflow:tensorflow.bzl", "check_version") -check_version("0.2.0") +check_version("0.3.0") # TENSORBOARD_BOWER_AUTOGENERATED_BELOW_THIS_LINE_DO_NOT_EDIT -- cgit v1.2.3