Skip to content

v1.34.3

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 01:35
· 2 commits to master since this release
fea1647
Enable WASM for macOS builds (#57)

* Enable WASM for macOS builds

This changes the release workflow to enable wasm on MacOS envoy
builds. To do so, this updates the minimum MacOS version to 14.5,
which corresponds to the upstream minimum, and allows access to
newer APIs like `aligned_alloc`. Until we do this, we have no
nice way to use MacOS without docker, and with such a small change
needed, we should just do it.

Signed-off-by: Adrian Cole <[email protected]>

* dry

Signed-off-by: Adrian Cole <[email protected]>

---------

Signed-off-by: Adrian Cole <[email protected]>
Co-authored-by: Adrian Cole <[email protected]>