Skip to content

Commit

Permalink
CI/win: Support long paths
Browse files Browse the repository at this point in the history
This is required to support longer paths in FAv3 repo (and the cK submodule in particular)

ghstack-source-id: 5cfd2c1f000f1696dd80c4bccaa0680da8011719
Pull Request resolved: https://github.com/fairinternal/xformers/pull/1182

__original_commit__ = fairinternal/xformers@b72b260c4e9f202243b3731878a1982e255a9c24
  • Loading branch information
danthe3rd authored and xFormers Bot committed Aug 9, 2024
1 parent a5f3cee commit e61c6f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheels_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
run:
shell: bash
steps:
- if: runner.os == 'Windows'
name: Support longpaths
run: git config --system core.longpaths true
- id: cuda_info
shell: python
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
run:
shell: bash
steps:
- name: Support longpaths
run: git config --system core.longpaths true
- name: Recursive checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit e61c6f7

Please sign in to comment.