Skip to content

Commit c9454f4

Browse files
authored
Remove --copt="-Werror" from .bazelrc (#18005)
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.
1 parent f5a1b17 commit c9454f4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.bazelrc

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17
22

3-
build --copt="-Werror" --copt="-Wno-sign-compare" --copt="-Wno-sign-conversion" --copt="-Wno-error=sign-conversion" --copt="-Wno-deprecated-declarations"
4-
5-
63
build:dbg --compilation_mode=dbg
74

85
build:opt --compilation_mode=opt

0 commit comments

Comments
 (0)