Drop broken symlink config (#10616)

This doesn’t do anything other than produce a warning.

changelog_begin
changelog_end
This commit is contained in:
Moritz Kiefer 2021-08-19 10:40:09 +02:00 committed by GitHub
parent 6d0109fca8
commit 569612ab73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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