-
Notifications
You must be signed in to change notification settings - Fork 36
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
Mac M1 CI build #36
Comments
@tecandrew want to take a stab at a universal build? |
sure. i've actually given this a try before putting up the M1 PR, but had little luck. brew installs either arm64 or x86 libs and i didn't find a way to indicate pulling universal2 brew libs (if they exist). Did find a way to pull x86 using Rosetta2 though 😅 I'll give it another whirl. Perhaps xcode+cmake would be the way to go |
I looked into that briefly too. If there's a way to install the ARM libraries on the x86 runner, then this should be pretty trivial. But nothing came up with a quick google, only for the other way around (x86 libs on M1). |
few findings:
however, as a sanity check, I manually linked the binaries myself from the latest plugins releases ( give them a try? its super hacky, but if you wanna avoid reworking the current codebase maybe a CI machine could just manually create the universal2 plugins using |
Ah, I forgot about building our own libraries. That indeed makes things trickier. We have a CI mac mini for agnos builds, but I'm not sure it's worth setting up Jenkins for an automatic PlotJuggler build. Let's see how often the M1 release actually needs to be updated. I'm hoping we either need to update the M1 release rarely or GitHub launches an M1 runner soonish. |
GitHub Actions doesn't have M1 runners yet (#2187). We can either wait for that or try to have our current Mac CI build a universal build.
The text was updated successfully, but these errors were encountered: