Skip to content

Commit

Permalink
Suppress warnings from external dependencies.
Browse files Browse the repository at this point in the history
Compiling TensorFlow produces a huge number of warnings, drowning
out issues in this repository.

Change-Id: I14b9ec4ceae76c7990db4bf233ea76cd09b3f446
  • Loading branch information
bmclarnon committed Oct 17, 2024
1 parent 760b9a8 commit d20853f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build --show_timestamps # Useful for understanding build performance.
build --@rules_rust//rust/toolchain/channel=nightly
build --@rules_rust//:rustfmt.toml=//:.rustfmt.toml
build --incompatible_merge_fixed_and_default_shell_env # https://github.com/bazelbuild/rules_rust/issues/2665
build --output_filter='^//' # Suppress warnings from external dependencies.
common --experimental_repo_remote_exec

build:asan --extra_toolchains=@llvm_toolchain//:cc-toolchain-x86_64-linux
Expand Down

0 comments on commit d20853f

Please sign in to comment.