Skip to content

PackageCi: Enable core.longpaths on Windows runners#566

Merged
Flickdm merged 1 commit intomicrosoft:mainfrom
Flickdm:fix/windows-longpaths
May 1, 2026
Merged

PackageCi: Enable core.longpaths on Windows runners#566
Flickdm merged 1 commit intomicrosoft:mainfrom
Flickdm:fix/windows-longpaths

Conversation

@Flickdm
Copy link
Copy Markdown
Member

@Flickdm Flickdm commented May 1, 2026

Add git config --system core.longpaths true after checkout on Windows runners to prevent failures when submodule trees contain filenames exceeding the 260-character Windows path limit.

Without this MU_CRYPTO_RELEASE is failing

https://github.com/microsoft/mu_crypto_release/actions/runs/25198194771/job/73883433904?pr=218

Cloning into 'D:/a/mu_crypto_release/mu_crypto_release/MU_BASECORE/SecurityPkg/DeviceSecurity/SpdmLib/libspdm/os_stub/openssllib/openssl/gost-engine/libprov'...
error: unable to create file 
....

Add git config --system core.longpaths true after checkout on
Windows runners to prevent failures when submodule trees contain
filenames exceeding the 260-character Windows path limit.

Signed-off-by: Doug Flick <dougflick@microsoft.com>
@Flickdm Flickdm marked this pull request as ready for review May 1, 2026 02:17
@Flickdm Flickdm requested review from apop5 and makubacki May 1, 2026 02:17
@apop5 apop5 requested a review from kuqin12 May 1, 2026 02:32
@Flickdm Flickdm merged commit 0f20788 into microsoft:main May 1, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants