Skip to content

Commit

Permalink
Bazel: Use --stamp command line flag (#3380)
Browse files Browse the repository at this point in the history
This fixes the problem introduced by new version of go_rules,
the symptom being that StartupVersion was not set properly.
  • Loading branch information
sustrik authored Nov 14, 2019
1 parent 5dbb25b commit 76e37e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
build --workspace_status_command=./tools/bazel-build-env --disk_cache=./.bazel-cache
build --workspace_status_command=./tools/bazel-build-env --disk_cache=./.bazel-cache --stamp

0 comments on commit 76e37e6

Please sign in to comment.