diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2019-09-10 15:41:47 -0700 |
---|---|---|
committer | Nicolas Lacasse <nlacasse@google.com> | 2019-09-10 15:41:47 -0700 |
commit | c1a8275b470fe0d8390cba166d4937059fd89b8b (patch) | |
tree | e4d40834098c5209d815fd8f0f4ffb9c0cf9f206 /.bazelrc | |
parent | 849c57314f6b6f0d1ebcfa2e68762b8ea95f5948 (diff) |
Fix `runsc --version` and add a test.
We need to include the `--stamp` flag in `tools/workspace_status.sh` for
the version to be picked up by the linker. Not sure why.
Also changes the VERSION string to STABLE_VERSION, which will cause the
program to be re-linked if the string changes.
Fixes #830
Diffstat (limited to '.bazelrc')
-rw-r--r-- | .bazelrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ # limitations under the License. # Display the current git revision in the info block. -build --workspace_status_command tools/workspace_status.sh +build --stamp --workspace_status_command tools/workspace_status.sh # Enable remote execution so actions are performed on the remote systems. build:remote --remote_executor=grpcs://remotebuildexecution.googleapis.com |