Skip to content

Commit 1e84d7f

Browse files
committed
Discard changes to .bazelrc
1 parent b842d16 commit 1e84d7f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.bazelrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ build --copt -DGRPC_BAZEL_BUILD
1616
# Workaround abseil libraries missing symbols
1717
build:windows --dynamic_mode=off
1818

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-
2319
# Set minimum supported C++ version
2420
build:macos --host_cxxopt=-std=c++14 --cxxopt=-std=c++14
2521
build:linux --host_cxxopt=-std=c++14 --cxxopt=-std=c++14

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ jobs:
538538
run: ./ci/do_ci.sh bazel.test
539539

540540
bazel_no_bzlmod_test:
541-
name: Bazel
541+
name: Bazel without bzlmod
542542
runs-on: ubuntu-latest
543543
steps:
544544
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)