envoyproxy / envoy-openssl

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

Build inside a Docker container #12

Closed venilnoronha closed 4 years ago

venilnoronha commented 4 years ago

The current Azure Pipeline configuration only runs the verify step. The build and test steps have been disabled as they reference dependencies incorrectly.

The right solution is to use the Envoy Docker CI image to run these steps. This again needs some work in getting the build to refer to the correct OpenSSL files.

mythi commented 4 years ago

This again needs some work in getting the build to refer to the correct OpenSSL files.

I have this working. Will submit a PR later.