forked from input-output-hk/mithril
-
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
fix: macOS e2e local tests fails on M3 silicon processors #6
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…init.sh` - add `cardano-node-chairman` to the `.gitignore` file - add `cardano-submit-api` to the `.gitignore` file - add `cardano-testnet` to the `.gitignore` file - add `cardano-topology` to the `.gitignore` file - add `cardano-tracer` to the `.gitignore` file - add `bech32` to the `.gitignore` file - add `locli` to the `.gitignore` file - add `tx-generator` to the `.gitignore` file - add various libraries to the `.gitignore` file - fix `cardano_node_version_release` assignment in `mkfiles-init.sh` - update the download and extraction process in `mkfiles-init.sh` - move the copy and remove process in `mkfiles-init.sh`
- update the script to extract cardano-cli & cardano-node with a fallback option if the initial extraction fails - update the copy command to include a fallback option to suppress potential errors
- update the file `devnet-mkfiles.sh` to add `set -x` - update the `mkfiles-cardano.sh` file to change the environment variables for `cardano_bin_path`, `cardano_cli`, and `cardano_node` - modify the `mkfiles-init.sh` file to copy the `./bin` directory instead of individual files - edit the `mkfiles-mithril-delegation.sh` file to replace all occurrences of `./cardano-cli` with `$cardano_cli` - update the `mkfiles-mithril-era.sh` file to change all instances of `./cardano-cli` with `$cardano_cli` - modify the `mkfiles-mithril-payment.sh` file to replace all `./cardano-cli` occurrences with `$cardano_cli` - update the `mkfiles-pools.sh` file to replace the command `./cardano-cli` with `$cardano_cli` - update the `mkfiles-query.sh` file to replace all occurrences of `./cardano-cli` with `$cardano_cli` - edit the `mkfiles-start.sh` file to change all instances of `./cardano-cli` and `./cardano-node` with `$cardano_cli` and `$cardano_node` respectively. add `set -e` and `set -x` to the script.
- remove obsolete entries from `.gitignore` - change the location where `cardano-cli` and `cardano-node` are extracted in `mkfiles-init.sh`
- update the extraction command for cardano-cli & cardano-node - remove unnecessary commands to copy and remove the ./bin directory
- update the version in `version` from `0.3.8` to `0.3.9`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Some crucial dependencies were missing to make the cardano-cli and cardano-node to work as it should in a standalone environment.
after-all, this aims to bring more compatibility for a general local troubleshooting due to continuous errors the script has shown to start the nodes, as you can see as follows: