Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Build Envoy for Windows using Bazel #7

Open
sridmad opened this issue Feb 16, 2018 · 2 comments
Open

Build Envoy for Windows using Bazel #7

sridmad opened this issue Feb 16, 2018 · 2 comments
Assignees

Comments

@sridmad
Copy link
Member

sridmad commented Feb 16, 2018

We currently have CMakefiles for Windows build to help us quickly find and address code issues. Having two different build scripts is not ideal. Following are the main issues to handle.

  • Current Bazel files used Shell scripts on Linux for fetching dependencies. For Windows, use the batch script currently under Win32_build or something similar to obtain the dependencies.
  • Once the dependencies issue has been addressed, building envoy with Bazel may require a few tweaks.
@lancelind lancelind self-assigned this Feb 21, 2018
@mhoran
Copy link
Collaborator

mhoran commented Jun 15, 2018

We've successfully modified Envoy's Bazel build scripts to build Bazel's dependencies on Windows.

We're now working on getting Bazel to build this fork.

@mhoran
Copy link
Collaborator

mhoran commented Jul 6, 2018

We've submitted the build script changes upstream.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants