File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,6 @@ build --copt -DGRPC_BAZEL_BUILD
16
16
# Workaround abseil libraries missing symbols
17
17
build:windows --dynamic_mode=off
18
18
19
- # Avoid conflicting boringssl/protobuf system brew install
20
- # https://github.com/bazelbuild/bazel/issues/10472
21
- build:macos --copt=-isystem/usr/local/include
22
-
23
19
# Set minimum supported C++ version
24
20
build:macos --host_cxxopt=-std=c++14 --cxxopt=-std=c++14
25
21
build:linux --host_cxxopt=-std=c++14 --cxxopt=-std=c++14
Original file line number Diff line number Diff line change @@ -538,7 +538,7 @@ jobs:
538
538
run : ./ci/do_ci.sh bazel.test
539
539
540
540
bazel_no_bzlmod_test :
541
- name : Bazel
541
+ name : Bazel without bzlmod
542
542
runs-on : ubuntu-latest
543
543
steps :
544
544
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments