summaryrefslogtreecommitdiffstats
path: root/.bazelrc
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@google.com>2016-10-24 13:03:32 +0200
committerHan-Wen Nienhuys <hanwen@google.com>2016-10-24 14:47:44 +0200
commitdc255120cfd5839428ceb46576e77ecce6842e02 (patch)
treebe80e4e76fe16749d1df38fa8dc71bb50695c6df /.bazelrc
parent65b71d28e601b1d454cd96d4147ab837092e7f00 (diff)
Reinstate 214171ddda6c173e528affee625aa65db8dcc360
bazel: generate the workspace version from the volatile status. To work across bazel 0.3.1 and 0.3.2, we should grep both volatile and stable status files for the magic version string. Change-Id: I48361374a8d9cda1e7a5b5db4e147bc49b4452a3
Diffstat (limited to '.bazelrc')
-rw-r--r--.bazelrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bazelrc b/.bazelrc
index 00acd270dd..a991c76c84 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -1 +1 @@
-build --strategy=Javac=worker
+build --workspace_status_command=./tools/workspace-status.sh --strategy=Javac=worker