Skip to content

Commit 7f54fd7

Browse files
committed
[bazel] Adding a command to set stamps (on behalf of @simonstewart)
If you run a build with --stamp it'll stamp the build properly without you needing extra flags
1 parent fc12197 commit 7f54fd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.bazelrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ build --javacopt "-target 8"
1111
# Require java dependencies to be used and first-order
1212
build --strict_java_deps strict
1313

14+
build --workspace_status_command scripts/build-info.py
15+
1416
# Make sure we get something helpful when tests fail
1517
test --verbose_failures
1618
test --test_output=errors

0 commit comments

Comments
 (0)