-
Notifications
You must be signed in to change notification settings - Fork 924
CI(aarch64-linux): include into testing matrix #6018
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
base: main
Are you sure you want to change the base?
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.
Pull request overview
This PR adds aarch64-linux (ARM64) support to the CI testing matrix, enabling automated testing on Ubuntu ARM64 runners.
- Adds a new
linux-arm64entry to the test job matrix with appropriate configuration - Configures the target triple as
aarch64-unknown-linux-gnu - Specifies the ARM64-specific LLVM build URL from the custom builds repository
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Perhaps we should also modify the build workflow accordingly? |
Yep, good idea! |
No description provided.