From 569612ab7393cd0946e0558853710fb2b4076ade Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Thu, 19 Aug 2021 10:40:09 +0200 Subject: [PATCH] Drop broken symlink config (#10616) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This doesn’t do anything other than produce a warning. changelog_begin changelog_end --- .bazelrc | 4 ---- compatibility/.bazelrc | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.bazelrc b/.bazelrc index 36185be8cd..337528a666 100644 --- a/.bazelrc +++ b/.bazelrc @@ -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 diff --git a/compatibility/.bazelrc b/compatibility/.bazelrc index 36185be8cd..337528a666 100644 --- a/compatibility/.bazelrc +++ b/compatibility/.bazelrc @@ -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