Skip to content

Commit

Permalink
Drop broken symlink config (#10616)
Browse files Browse the repository at this point in the history
This doesn’t do anything other than produce a warning.

changelog_begin
changelog_end
  • Loading branch information
cocreature authored Aug 19, 2021
1 parent 6d0109f commit 569612a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ build:darwin --protocopt=--include_source_info
# https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/compiler/command_line_interface.cc#L1363
#build:windows --protocopt=--include_source_info

# Use symlinks to avoid copying. We control the environments we build in and
# can therefore ensure symlinks are available
startup:windows --windows_enable_symlinks

# Some tools used in tests, like postgres CLI, require cmd.exe which can be located by them
# using ComSpec environment variable. By default it's not passed from Bazel client environment.
test:windows --test_env=ComSpec
Expand Down
4 changes: 0 additions & 4 deletions compatibility/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ build:darwin --protocopt=--include_source_info
# https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/compiler/command_line_interface.cc#L1363
#build:windows --protocopt=--include_source_info

# Use symlinks to avoid copying. We control the environments we build in and
# can therefore ensure symlinks are available
startup:windows --windows_enable_symlinks

# Some tools used in tests, like postgres CLI, require cmd.exe which can be located by them
# using ComSpec environment variable. By default it's not passed from Bazel client environment.
test:windows --test_env=ComSpec
Expand Down

0 comments on commit 569612a

Please sign in to comment.