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
For awareness, the grpcio Python package is used in both the mmrpc and backend images. If a fix is to be applied to one, an assumption can be made that the other will fail. If identified, apply fix to both images
Applying the following commands to the mmrpc image allows grpcio to compile properly:
RUN apt-get install --no-install-recommends -qq build-essential
As the backend image already includes build-essential, it is able to successfully build grpcio. If successful build and execution, create a PR and test on x86/x64 architecture.
Describe the bug
While compiling the current version of Strelka on a Macbook M1 (using ARM), an error is thrown while compiling
grpcio
Steps to reproduce
Steps to reproduce the behavior:
docker-compose -f build/docker-compose.yml build
on an ARM host withdocker
anddocker-compose
installed.Expected behavior
No compilation errors
Screenshots
See error above
Release
Additional context
N/A
The text was updated successfully, but these errors were encountered: