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

support arm64 builds #13

Open
linuxmaniac opened this issue Mar 11, 2024 · 6 comments
Open

support arm64 builds #13

linuxmaniac opened this issue Mar 11, 2024 · 6 comments

Comments

@linuxmaniac
Copy link
Collaborator

planning to add support for arm64

@linuxmaniac
Copy link
Collaborator Author

@mika what is missing from our side to be able to add arm64 architecture in the builds?

@mika
Copy link
Member

mika commented Mar 11, 2024

@linuxmaniac I'd say setting up arm64 based jenkins slaves? All the building blocks should be there, so I'd say let's look into this together? :)

@linuxmaniac
Copy link
Collaborator Author

I would say we just need to cross-build in the same nodes.

@mika
Copy link
Member

mika commented Mar 11, 2024

Also fine for me, though did you test what build times we'd have? (arm64 via qemu is wayyyy slower than native builds)

@guillemj
Copy link
Contributor

We might only need to use qemu if we want to run arm64 code, such as from the test suite. Otherwise using the gcc crosstoolchains should be enough. We'd need to check whether the kamailio code is cross-buildable though. :)

@linuxmaniac
Copy link
Collaborator Author

Yes, we don't need to run any arm64 code, just build it. And yes, kamailio can be built and executed in arm64.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants