Skip to content

Commit f81dbfe

Browse files
alan-agius4clydin
authored andcommitted
ci: enable git longpaths in Windows
With this change we enable git longpaths in Windows as otherwise `git clean -dxf` fails with `filename too long` error.
1 parent f0a0b08 commit f81dbfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ commands:
8888
- run: npm install -g yarn@1.22.10
8989
- run: node --version
9090
- run: yarn --version
91+
- run: git config --global core.longpaths true
9192

9293
setup_bazel_rbe:
9394
parameters:

0 commit comments

Comments
 (0)