Skip to content

Commit

Permalink
try dynamic_mode=off for windows RBE
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Aug 31, 2023
1 parent 974b39f commit b07400f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/remote_build/windows.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ build --build_tag_filters=-no_windows

build --jobs=100

# Without this the build is broken on windows RBE with bazel 6.x+
# TODO(jtattermusch): Remove the workaround.
build --dynamic_mode=off

import %workspace%/tools/remote_build/include/test_config_common.bazelrc

0 comments on commit b07400f

Please sign in to comment.