Add support for linux-arm64 using ubuntu-24.04-arm runner#23
Add support for linux-arm64 using ubuntu-24.04-arm runner#23d3m3vilurr merged 2 commits intovitasdk:masterfrom
Conversation
|
@d3m3vilurr Did you get a chance to look at this? This should fix your concern with autobuilds and the VDPM pr lookup arch on linux before downloading from autobuilds. |
|
@d3m3vilurr Any update on this and vitasdk/vdpm#107? |
|
sorry i'll re-review this at today night. |
|
@joel16 cannot build aarch64 do you have any idea?? :'( ah @joel16 can you support this if you having arm64 linux?? |
Strange.. The build was working without any patches when I last tested it. Here's the auto build from my branch: https://github.com/joel16/autobuilds/actions/runs/13215713668/job/36894737110 I'll have a look and see if I can reproduce and get back to you. |
yeah. I also see it before merging. our just problem is, i'm sorry, i don't have arm64 linux machine for testing & fixing. :( |
|
@d3m3vilurr looks like there are already PRs for buildscipts to update libelf's config.sub to support aarch64: |
it contains multiple things to update. I'm not sure that we need all patch of them.
I remember this PR, but it seems copy & paste config files from newer libelf. @SonicMastr said second patch would same as first patchset version.. but, imo if both are same and they also work as well, second one is better than first one. |
|
Then I'd say we should go for the second one, I believe that should fix the build here. |
I have also updated vdpm to check for linux arch (vitasdk/vdpm#107)
This needs to run first before the VDPM pull request can be accepted.