Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion tools/bazel.rc
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
startup --expand_configs_in_place

# TODO: Remove once we expect everyone is running bazel >= 0.18
# (This is the "legacy" location for bazel.rc)
# (See https://github.com/bazelbuild/bazel/issues/6319)

# --stamp is needed to use x_defs, as of rules_go 0.19.0
build --workspace_status_command=./tools/get_workspace_status.sh --stamp
build --stamp

build --workspace_status_command=./tools/get_workspace_status.sh
build --verbose_failures

test --test_output=errors