From 9d715cb69d198c520a0ff953251a08ddc909f7a7 Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Thu, 18 Apr 2024 14:16:48 -0700 Subject: [PATCH] Move the windows path length workarounds out of protobuf-ci PiperOrigin-RevId: 626148009 --- ci/Windows.bazelrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/Windows.bazelrc b/ci/Windows.bazelrc index 427e923213b49..dd3bb48b101a8 100644 --- a/ci/Windows.bazelrc +++ b/ci/Windows.bazelrc @@ -1,2 +1,5 @@ import common.bazelrc +# Workaround for maximum path length issues +startup --output_user_root=C:/tmp --windows_enable_symlinks +common --enable_runfiles \ No newline at end of file