Skip to content

Commit

Permalink
ci: enable layering check in bazel (#14721)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolduc authored Sep 20, 2024
1 parent bb1824d commit 39a3faf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@

# Use host-OS-specific config lines from bazelrc files.
build --enable_platform_specific_config=true
# gRPC fails to compile with Clang 16 if layering check is enabled:
# https://github.com/grpc/grpc/issues/34482
build --features=-layering_check

# The project requires C++ >= 14. By default Bazel adds `-std=c++0x` which
# disables C++14 features, even if the compilers defaults to C++ >= 14
Expand Down

0 comments on commit 39a3faf

Please sign in to comment.