envoyproxy / envoy-openssl

Envoy OpenSSL extensions
Apache License 2.0
44 stars 38 forks source link

Replaced envoy git submodule with a bazel http_archive #120

Closed tedjpoole closed 9 months ago

tedjpoole commented 9 months ago

This PR rreplaces the envoy local_repository() with a http_archive().

Advantages:

Disdvantages:

phlax commented 9 months ago

@tedjpoole we have a workflow trigger system set up with some of our downstreams so they get notified on commits to envoy and can sync/update/etc

lmk if that would be helpful here

tedjpoole commented 9 months ago

@phlax thanks for the heads up. At the moment we're just using a fixed envoy version, but setting up some automatic tracking in future would be great

tedjpoole commented 9 months ago

@twghu This PR provides the mechanism for you to overwrite/replace whole files in the envoy source tree.