envoyproxy/envoy
在 GitHub 查看windows: Add build verification step to ensure path lengths
Open
#10,581 创建于 2020年3月30日
area/buildhelp wanted
仓库指标
- Star
- (27,997 star)
- PR 合并指标
- (平均合并 8天) (30 天内合并 378 个 PR)
描述
The Windows path length limit is 260 characters and can potentially be exceeded as seen in https://github.com/envoyproxy/envoy/pull/10560. The compiler error emitted when the max path length is exceeded does not point to the actual problem by outputting No such file or directory. It is unclear if this is the only behavior.
Ideally, there would be an explicit check for these path lengths during the Windows build and failure output that clearly indicates the problem.