envoyproxy / envoy-openssl

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

Lower the required cmake version #127

Closed tedjpoole closed 8 months ago

tedjpoole commented 8 months ago

The maistra-builder:2.5 image has got cmake 3.20.x installed, whereas the bssl-compat/CMakeLists.txt file specifies 3.24 as a minimum, causing the build to fail inside a container.

Since the bssl-compat build doesn't actually rely on any >3.20.x features, it's safe to downgrade the required version to enable building bssl-compat inside a maistra-builde:2.5 container