-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add build for osx-arm64 #80
Conversation
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 good pending cleanup of commits or squash+merge on GitHub
Will take a few minutes for gzip arm64 to become available, rerun later then it should work Update: it works |
I will squash :) |
I'm picking this up since I'd like to run MAFFT natively on my M1 Mac and this would be a proper way to allow that in managed runtimes. |
The osx-arm64 build of unzip provided by conda cannot extract the info file from the conda package. The error is apparent when running with unzip directly: skipping: info-nextstrain-base-20250203T230808Z-h60d57d3_0.tar.zst need PK compat. v4.5 (can do v2.1) p7zip does not have this issue.
I've gathered and dropped what seems to be unnecessary changes as 3fc1f03. Changes are minimal now and this is ready for re-review. |
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 good to me. I pushed two commits as an alternative to the temporary commit (see comment); take it or leave it!
It seems unnecessary to tank the build just because we fail to generate a package diff.
Avoids letting the issue surface as more distant and perplexing errors in jq and wget.
Description of proposed changes
Build conda-base for osx-arm64 as well.
Related issue(s)
Resolves #77
Checklist