summaryrefslogtreecommitdiffstats
path: root/.bazelrc
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@google.com>2016-09-20 14:52:52 +0200
committerHan-Wen Nienhuys <hanwen@google.com>2016-09-27 15:01:24 +0200
commit214171ddda6c173e528affee625aa65db8dcc360 (patch)
tree6fcec7f8444f9325fb2a3316fc8dd8160d79fa28 /.bazelrc
parent3ac816776c360d7496b462a6d9b1b0721d61dc7e (diff)
bazel: generate the workspace version from the volatile status.
This generates a version file that looks correct, but doesn't rebuild correctly. Correct rebuilds will be provided by a version of bazel containing https://github.com/bazelbuild/bazel/commit/a2897bff4c16c07793279f425d2627ce7bf3e232 Change-Id: I5101d7f2643d464cf32c8281a28ec6c3fc4fa2cf
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