You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GHA Windows runners have an enviornment option LongPathsEnabled which defaults to true (1).
This can be tested by running (Get-ItemProperty "HKLM:System\CurrentControlSet\Control\FileSystem").LongPathsEnabled in a Windows runner.
This value isn't honored within bash shells on Windows and the path limit caused build errors in the Packaging Build workflow for Firestore targets.
This change removes 'bash' as the shell when building and instead executespython scripts/gha/build_desktop.py via the host operating system's default shell.
0 commit comments