codebytere

#47695: ci: set git core.longpaths to true

Merged
Created: Jul 9, 2025, 5:06:07 AM
Merged: Jul 10, 2025, 12:13:40 PM
5 comments
Target: main

Description of Change

This is causing some intermittent failures in CI - see electron/build-tools#727 as well.

Checklist

Release Notes

Notes: none

Backports

35-x-y
In-flight
PR Number
#47711
Waiting to be merged
36-x-y
In-flight
PR Number
#47712
Waiting to be merged
37-x-y
In-flight
PR Number
#47713
Waiting to be merged
38-x-y
In-flight
PR Number
#47714
Waiting to be merged

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron