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
I have written a WASM filter and use envoyproxy/envoy-build-ubuntu docker image to build the WASM module as a proxy_wasm_cc_binary(mount the source files into the container, build inside and mount back the WASM module to the host). The build works fine in my linux machine with envoyproxy/envoy-build-ubuntu. In MacBook Pro M1 machine, I use this envoyproxy/envoy-build-ubuntu:49aaeb8f5473f09b4ab37ef3233a5e8afb7f9ed8-arm64 image but the build fails with the following error.
According to that logs, it seems like proxy_wasm_intrinsics compilation fails inside the above mentioned docker container. Any way to fix this ? Thanks
I have written a WASM filter and use
envoyproxy/envoy-build-ubuntu
docker image to build the WASM module as aproxy_wasm_cc_binary
(mount the source files into the container, build inside and mount back the WASM module to the host). The build works fine in my linux machine withenvoyproxy/envoy-build-ubuntu
. In MacBook Pro M1 machine, I use thisenvoyproxy/envoy-build-ubuntu:49aaeb8f5473f09b4ab37ef3233a5e8afb7f9ed8-arm64
image but the build fails with the following error.According to that logs, it seems like
proxy_wasm_intrinsics
compilation fails inside the above mentioned docker container. Any way to fix this ? Thankscc @PiotrSikora
The text was updated successfully, but these errors were encountered: