Open ADKaster opened 2 years ago
Some poking around the linked issues suggests that -DCMAKE_OSX_ARCHITECTURES=arm64
might succeed in getting a cross build going
While GitHub Actions seems to have Apple Silicon hosted runners available, Azure DevOps doesn't yet. https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml#software
We'll either need to wait for ADO to get some apple silicon runners, or move our macOS Lagom CI back to GitHub Actions, which seems like a pain.
Currently blocked by https://github.com/actions/runner/issues/805 and https://github.com/actions/virtual-environments/issues/2187
When that issue is closed with aarch64 macOS Runners available in either Github Actions or Azure, we can add a build job to build Lagom under M1 Macs.
They have been a constant source of unintentional breakages, especially in Math related code.