-
Notifications
You must be signed in to change notification settings - Fork 117
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
Update dependencies to support Apple M1, fix Windows CI LLVM paths #2026
Conversation
Same windows clang issue as in zcash_script ZcashFoundation/zcash_script#20 🤦 Will do proper fix there first. |
It looks like it might be a while before GitHub has M1 CI runners: But we can test manually until then. |
Yeah, M1 still not publicity available in GitHub CI 😞 |
Updated to latest crates 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's fix the hard-coded block name, and then we're good to merge.
You can also move the lexical-core change to #2026 if you want, but I don't want to block on that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we're good to merge here.
Thanks for all your hard work on this PR, and the zcash_script PR! |
I updated the title to describe what the merged PR actually does, so our changelog is accurate. There's no need to match the dependabot title format for future PRs. Having different PR titles from dependabot actually helps us identify manual changes in the changelog. |
Motivation
Ublock development on Apple M1.
Solution
Update dependencies.
Related Issues