Remove `--copt="-Werror"` from `.bazelrc` (#18392)

This appears to be causing a bunch of errors during our release process,
but I don't think it's critical to have this flag in `.bazelrc`. We
should still be able to get about the same test coverage since we also
set `-Werror` in the `bazelrc` files in the `ci/` directory.

PiperOrigin-RevId: 672673187

Co-authored-by: Adam Cozzette <acozzette@google.com>
pull/18395/head
zhangskz 2 months ago committed by GitHub
parent d6c82fc55a
commit 6481fecc13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .bazelrc

@ -1,8 +1,5 @@
build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17
build --copt="-Werror" --copt="-Wno-sign-compare" --copt="-Wno-sign-conversion" --copt="-Wno-error=sign-conversion" --copt="-Wno-deprecated-declarations"
build:dbg --compilation_mode=dbg
build:opt --compilation_mode=opt

Loading…
Cancel
Save