Skip to content
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

CI: Add M1 Mac CI Jobs #13961

Open
ADKaster opened this issue May 7, 2022 · 4 comments
Open

CI: Add M1 Mac CI Jobs #13961

ADKaster opened this issue May 7, 2022 · 4 comments
Labels
enhancement New feature or request macos Issue is specific to macOS hosts

Comments

@ADKaster
Copy link
Member

ADKaster commented May 7, 2022

Currently blocked by actions/runner#805 and actions/runner-images#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.

@ADKaster ADKaster added enhancement New feature or request macos Issue is specific to macOS hosts labels May 7, 2022
@ADKaster
Copy link
Member Author

ADKaster commented May 7, 2022

Some poking around the linked issues suggests that -DCMAKE_OSX_ARCHITECTURES=arm64 might succeed in getting a cross build going

https://github.com/DataDog/libddwaf/blob/8a6e6e2b545c7075c17767bc4b43a5fd88d526f1/.github/workflows/build.yml#L72-L95

@timschumi
Copy link
Member

@awesomekling
Copy link
Member

GitHub Actions: Introducing the new M1 macOS runner available to open source!

@ADKaster
Copy link
Member Author

ADKaster commented Feb 5, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request macos Issue is specific to macOS hosts
Projects
None yet
Development

No branches or pull requests

3 participants