Skip to content

Commit

Permalink
Test windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed May 23, 2024
1 parent 42b8234 commit b42da16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ common --enable_platform_specific_config
# Needed by gRPC to build on some platforms.
build --copt -DGRPC_BAZEL_BUILD

# Fix issues with abseil dependencies
build:windows --dynamic_mode=off

# 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

0 comments on commit b42da16

Please sign in to comment.