diff --git a/.bazelrc b/.bazelrc index e067710ccc..fc170b0e8b 100644 --- a/.bazelrc +++ b/.bazelrc @@ -16,10 +16,6 @@ build --copt -DGRPC_BAZEL_BUILD # Workaround abseil libraries missing symbols build:windows --dynamic_mode=off -# Avoid conflicting boringssl/protobuf system brew install -# https://github.com/bazelbuild/bazel/issues/10472 -build:macos --copt=-isystem/usr/local/include - # Set minimum supported C++ version build:macos --host_cxxopt=-std=c++14 --cxxopt=-std=c++14 build:linux --host_cxxopt=-std=c++14 --cxxopt=-std=c++14 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af92fec742..26c692953c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -538,7 +538,7 @@ jobs: run: ./ci/do_ci.sh bazel.test bazel_no_bzlmod_test: - name: Bazel + name: Bazel without bzlmod runs-on: ubuntu-latest steps: - uses: actions/checkout@v4