-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
build(*-arm64.yaml): run on ubuntu-22.04-arm
#5688
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
debb6fa
to
777b4ac
Compare
This is exciting, I will wait for the health-check results ⏳ |
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.
LGTM
It seems that the https://github.com/autowarefoundation/autoware/actions/runs/12979541362/job/36196099074#step:7:4821
|
It seems to be unstable for now. |
Second challenge:
|
Signed-off-by: mitsudome-r <[email protected]>
I'm suspecting memory insufficiency as the reason for build failure. |
@mitsudome-r The workflow was success and I merged your commit here. Thank you for your investigation. |
Signed-off-by: Yutaka Kondo <[email protected]>
Description
Although it is still in the public preview stage, ARM runners have recently become available for free in OSS repositories. This PR changes the setup to use them instead of self-hosted runners.
https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/
How was this PR tested?
Notes for reviewers
None.
Effects on system behavior
None.