Revert D143678 "[bazel] Add layering-check"
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 7 Mar 2023 13:26:29 +0000 (13:26 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 7 Mar 2023 13:27:24 +0000 (13:27 +0000)
This broke build bots with MPFR issue.
This reverts commit 5916decfc2ba3f5ce5c5c0fe8de72ea2f8b4c3bf.

utils/bazel/.bazelrc

index b0f137f..b2b472b 100644 (file)
@@ -22,9 +22,6 @@ build --dynamic_mode=off
 # based on compilation_mode.
 build --strip=never
 
-# Add layering check to all projects.
-build --features=layering_check
-
 ###############################################################################
 # Options to select different strategies for linking potential dependent
 # libraries. The default leaves it disabled.