-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPIKE: HMW build guardiand
on an ARM mac M1 machine?
#58
Comments
@mdulin2 has some ideas |
Installing all of the dependencies for the Guardian to run locally is annoying because of Wormchain and CosmWasm. So, the Guardian is usually built within a [Docker](https://github.com/wormhole-foundation/wormhole/blob/main/node/Dockerfile) container. For development purposes, this container sucks though. A sub container is created to save space but since it has no tools (including Here’s a mod to the Dockerfile that works on arm Macbooks.
To build the container run To run the container, use
If you want to get further into the execution process, you may need to modify Run all Guardian tests that are run on the Github repo:
|
created an issue in the upstream wormhole repo wormhole-foundation#4031 |
No description provided.
The text was updated successfully, but these errors were encountered: