Skip to content

Commit

Permalink
Discard changes to .bazelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Jun 12, 2024
1 parent b842d16 commit 1e84d7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e84d7f

Please sign in to comment.