Skip to content

Commit 58e1526

Browse files
committed
Don’t override the output base.
The setup-bazel action sets the output base on Windows to D:\_bazel, which should be short enough to avoid protocolbuffers/protobuf#12947.
1 parent 1f4de61 commit 58e1526

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/actions/set-up/action.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,9 @@ runs:
6363
- name: Configure system (Windows)
6464
# Make Bazel find the right binaries on GitHub. See
6565
# https://bazel.build/install/windows#bazel_does_not_find_bash_or_bashexe.
66-
# Work around https://github.com/protocolbuffers/protobuf/issues/12947.
67-
# See https://bazel.build/configure/windows#long-path-issues. Note that
68-
# the .bazelrc parser treats backslashes as escape characters, so we have
69-
# to escape them.
7066
shell: cmd
7167
run: >-
7268
ECHO BAZEL_SH=C:\MSYS64\usr\bin\bash.exe>> %GITHUB_ENV%
73-
&& MKDIR %RUNNER_TEMP%\output-base
74-
&& SUBST O: %RUNNER_TEMP%\output-base
75-
&& ECHO startup --output_base='O:\\'>> github.bazelrc
7669
if: runner.os == 'Windows'
7770
- name: Configure system (all platforms)
7871
shell: bash

0 commit comments

Comments
 (0)