Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an additional bazelrc file for Windows.
This is a workaround for the path-length issue on building protobuf on Windows with bazel. * protocolbuffers/protobuf#12947 * bazelbuild/bazel#18683 To work around it, specify --bazelrc=windows.bazelrc as follows. bazel --bazelrc=windows.bazelrc \ build //protocol:commands_proto \ --config oss_windows This is a preparation to support Bazel for Windows build (#948). There must be no observable behavior change in mac/Linux Bazel builds. PiperOrigin-RevId: 645622326
- Loading branch information