Skip to content

Commit f830374

Browse files
Revert "Enable git long paths checkout on Windows (pytorch#138411)"
This reverts commit 1228303. Reverted pytorch#138411 on behalf of https://github.com/huydhn due to Opps, I forgot Windows binary build, let me revert and reland this one ([comment](pytorch#138411 (comment)))
1 parent 1228303 commit f830374

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/_win-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,9 @@ jobs:
6868
shell: bash
6969
steps:
7070
# Duplicated in win-test because this MUST go before a checkout
71-
- name: Enable git long paths and symlinks on Windows and disable fsmonitor daemon
71+
- name: Enable git symlinks on Windows and disable fsmonitor daemon
7272
shell: bash
7373
run: |
74-
git config --global core.longpaths true
7574
git config --global core.symlinks true
7675
7776
# https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock

.github/workflows/_win-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ jobs:
4646
shell: bash
4747
steps:
4848
# Duplicated in win-build because this MUST go before a checkout
49-
- name: Enable git long paths and symlinks on Windows and disable fsmonitor daemon
49+
- name: Enable git symlinks on Windows and disable fsmonitor daemon
5050
shell: bash
5151
run: |
52-
git config --global core.longpaths true
5352
git config --global core.symlinks true
5453
5554
# https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock

0 commit comments

Comments
 (0)