You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: