Skip to content

Commit

Permalink
ci: move info filter to ci config
Browse files Browse the repository at this point in the history
Locally seeing bazel info lines can be helpful for things like
`--announce_rc`.

Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>
  • Loading branch information
keith committed May 1, 2022
1 parent 25cc9ea commit 55dba12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ build --tool_java_runtime_version=remotejdk_11
build --platform_mappings=bazel/platform_mappings
# silence absl logspam.
build --copt=-DABSL_MIN_LOG_LEVEL=4
build --ui_event_filters=-info

# Pass PATH, CC, CXX and LLVM_CONFIG variables from the environment.
build --action_env=CC --host_action_env=CC
Expand Down
1 change: 1 addition & 0 deletions ci/build_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ BAZEL_BUILD_OPTIONS=(
"--noshow_loading_progress"
"--repository_cache=${BUILD_DIR}/repository_cache"
"--experimental_repository_cache_hardlinks"
"--ui_event_filters=-info"
"${BAZEL_BUILD_EXTRA_OPTIONS[@]}"
"${BAZEL_EXTRA_TEST_OPTIONS[@]}")

Expand Down

0 comments on commit 55dba12

Please sign in to comment.