-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
During vcpkg process if some file path exceed 260 characters, the vcpk build fail.
I happened on the duckdb-gcs extension see here for analysis and more details.
That looks like a known limitation on windows and maybe depend of the toolchain tools...
Long Path is already enabled on windows runner but seems not sufficient to prevent the issue with vcpkg ...
Some interesting references:
- Windows builds fail when path is too long microsoft/vcpkg#8272
- https://github.com/Microsoft/nodejs-guidelines/blob/master/windows-environment.md#max_path-explanation-and-workarounds
- https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry
- https://medium.com/@python-javascript-php-html-css/fixing-path-length-problems-in-cmake-when-creating-android-react-native-reanimated-4fca322377e4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels