envoyproxy/envoy

Support developer tools on Windows

Open

#15,047 建立於 2021年2月13日

在 GitHub 查看
 (5 留言) (0 反應) (1 負責人)C++ (5,373 fork)batch import
area/windowsbeginnerenhancementhelp wanted

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

Title: Support developer tools on Windows

Description:

It is quite likely that currently I am the only person developing Envoy only on Windows but there are core parts of the developer tooling that don't work on Windows:

  • proto_format.sh to support output_base for long paths
  • ./docs/build.sh to build docs on Windows
  • pre-submit format tools

Alternative solution is to use WSL2 and invoke all these from a linux subsystem.

貢獻者指南