summaryrefslogtreecommitdiffstats
path: root/.bazelrc
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2016-10-23 20:44:37 +0200
committerDavid Pursehouse <dpursehouse@collab.net>2016-10-24 11:39:36 +0900
commit47deed6a8638404851213dbfdad8978cad2a4c66 (patch)
tree07b13d4c6f0eaeb49d6b612e4a9d62cebe70dfa1 /.bazelrc
parentfae18ed4a0a46cd054ba28197b71caaf8984b6c4 (diff)
Revert "bazel: generate the workspace version from the volatile status."
Bazel 0.3.2 introduced regression: [1] workspace_status_command seems to be ignored. That broke Bazel build. Revert this change and re-consider to re-apply it, when the problem is fixed upstream. * [1] https://github.com/bazelbuild/bazel/issues/1976 This reverts commit 214171ddda6c173e528affee625aa65db8dcc360. Change-Id: I729ffaf6ae1bff5fb858d78de2a6915058c9e651
Diffstat (limited to '.bazelrc')
-rw-r--r--.bazelrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bazelrc b/.bazelrc
index a991c76c84..00acd270dd 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -1 +1 @@
-build --workspace_status_command=./tools/workspace-status.sh --strategy=Javac=worker
+build --strategy=Javac=worker