envoyproxy/envoy

Support developer tools on Windows

Open

#15.047 geöffnet am 13. Feb. 2021

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C++ (5.373 Forks)batch import
area/windowsbeginnerenhancementhelp wanted

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide