From 0cda26d48db0241f6aca0e931ff0a31acea1a6c2 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 427e923213..dd3bb48b10 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