Skip to content

fix(ci): allow longpaths for windows#20075

Merged
graphite-app[bot] merged 1 commit intomainfrom
03-06-ci_fix_allow_longpaths_for_windows
Mar 8, 2026
Merged

fix(ci): allow longpaths for windows#20075
graphite-app[bot] merged 1 commit intomainfrom
03-06-ci_fix_allow_longpaths_for_windows

Conversation

@Sysix
Copy link
Member

@Sysix Sysix commented Mar 6, 2026

Copy link
Member Author

Sysix commented Mar 6, 2026


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@Sysix Sysix force-pushed the 03-06-ci_fix_allow_longpaths_for_windows branch 2 times, most recently from 611fd5e to 08db8ea Compare March 6, 2026 13:04
@Sysix Sysix marked this pull request as ready for review March 6, 2026 13:04
Copilot AI review requested due to automatic review settings March 6, 2026 13:04
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to fix Windows CI/release failures caused by Git path length limits by enabling Git’s long path support prior to checkout.

Changes:

  • Enable core.longpaths in the Windows CI job before repository checkout.
  • Add the same long-path Git configuration step to the release workflows that use OS/target matrices.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/reusable_release_napi.yml Adds a Git long-path configuration step ahead of checkout in the NAPI release build matrix.
.github/workflows/release_apps.yml Adds a Git long-path configuration step ahead of checkout in the app release build matrix.
.github/workflows/ci.yml Adds a Git long-path configuration step ahead of checkout for the Windows CI job.

@Sysix Sysix force-pushed the 03-06-ci_fix_allow_longpaths_for_windows branch 2 times, most recently from 9f07f63 to e863fec Compare March 6, 2026 13:11
@Sysix Sysix changed the title ci(fix): allow longpaths for windows fix(ci): allow longpaths for windows Mar 6, 2026
@github-actions github-actions bot added the C-bug Category - Bug label Mar 6, 2026
@camc314 camc314 added the 0-merge Merge with Graphite Merge Queue label Mar 8, 2026
Copy link
Contributor

camc314 commented Mar 8, 2026

Merge activity

@graphite-app graphite-app bot force-pushed the 03-06-ci_fix_allow_longpaths_for_windows branch from e863fec to fe11b75 Compare March 8, 2026 18:44
@graphite-app graphite-app bot merged commit fe11b75 into main Mar 8, 2026
21 checks passed
@graphite-app graphite-app bot deleted the 03-06-ci_fix_allow_longpaths_for_windows branch March 8, 2026 18:56
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Mar 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-bug Category - Bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants