-
Notifications
You must be signed in to change notification settings - Fork 136
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 m1 Mac builds #216
Comments
I have access to an m1 and can take a look at this. |
Great! If you have details on any current issues, it would help. At one point I went through and made sure all m1 builds were ok, but it's been a while since I've tested there. |
The only issues I had building the variations listed in the readme.md on mac m1 were resolved with "brew install hwloc jq". I will need to go through the build steps in config.yml to see if there are any additional issues there. |
Great, it's possible this is a stale/non-issue. |
It looks like we are building both Intel MAC and M1 Mac binaries, but only packaging and publishing the Intel MAC versions. |
I think this is fixed, if not, please re-open this issue. |
Description
A build from source failure has been reported since the install script does not install the required
cargo lipo
tooling, whereas the CI scripting installs all required pre-reqs. This shouldn't affect systems that already have all of the pre-reqs, but shouldn't fail if they are not present.The text was updated successfully, but these errors were encountered: