envoyproxy/envoy

Support developer tools on Windows

Open

#15 047 ouverte le 13 févr. 2021

Voir sur GitHub
 (5 commentaires) (0 réactions) (1 assigné)C++ (5 373 forks)batch import
area/windowsbeginnerenhancementhelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

Description

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.

Guide contributeur