diff --git a/.bazelrc b/.bazelrc index e315cdb8e278a5..bbde3075f2af96 100644 --- a/.bazelrc +++ b/.bazelrc @@ -5,6 +5,7 @@ build --copt=-I. # (e.g. c10/macros/cmake_macros.h) by making the generated directory a # system include path. build --copt=-isystem --copt bazel-out/k8-fastbuild/bin +build --copt=-isystem --copt bazel-out/darwin-fastbuild/bin build --experimental_ui_max_stdouterr_bytes=2048576 # Configuration to disable tty features for environments like CI