Skip to content

fix: Support local env on Mac#1090

Open
gonzalezzfelipe wants to merge 2 commits intoinput-output-hk:masterfrom
gonzalezzfelipe:fix/support-local-env-on-mac
Open

fix: Support local env on Mac#1090
gonzalezzfelipe wants to merge 2 commits intoinput-output-hk:masterfrom
gonzalezzfelipe:fix/support-local-env-on-mac

Conversation

@gonzalezzfelipe
Copy link
Copy Markdown

Description

Provides changes to run local development environment on mac (arm). I wasn't able to make this run as is, the cardano-node process kept crashing on the entrypoint with the following obscure error:

cardano-node-1  | /entrypoint.sh: line 80:   102 Killed                  cardano-node run --topology /shared/node-1-topology.json --database-path /data/db --socket-path /data/node.socket --host-addr 0.0.0.0 --port 32000 --config /shared/node-1-config.json --shelley-kes-key /keys/kes.skey --shelley-vrf-key /keys/vrf.skey --shelley-operational-certificate /keys/node.cert

These changes make uses the blinklabs-io/docker-cardano-node image, which is supports both amd and arm architectures

Checklist

  • Commit sequence broadly makes sense and commits have useful messages.
  • The size limit of 400 LOC isn't needlessly exceeded
  • The PR refers to a JIRA ticket (if one exists)
  • New tests are added if needed and existing tests are updated.
  • New code is documented and existing documentation is updated.
  • Relevant logging and metrics added
  • Any changes are noted in the changelog.md for affected crate
  • Self-reviewed the diff

@AmbientTea
Copy link
Copy Markdown
Contributor

Hi, local env should run fine on mac machines already. Do you have rosetta installed on your system?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants