Skip to content

Commit

Permalink
[bazel] Adding a command to set stamps (on behalf of @simonstewart)
Browse files Browse the repository at this point in the history
If you run a build with --stamp it'll stamp the build properly without you needing extra flags
  • Loading branch information
barancev committed Nov 19, 2019
1 parent fc12197 commit 7f54fd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ build --javacopt "-target 8"
# Require java dependencies to be used and first-order
build --strict_java_deps strict

build --workspace_status_command scripts/build-info.py

# Make sure we get something helpful when tests fail
test --verbose_failures
test --test_output=errors
Expand Down

0 comments on commit 7f54fd7

Please sign in to comment.