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

add support for building on aarch64 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sparky005
Copy link

Adds support for building on aarch64.

I added a new libpistache.a file built on arm64 from the same revision that existing libpistache.a was built from. I called the new one libpistache-aarch64.a and renamed the old one to libpistache-x86_64.a. Cmake will select the correct one to compile against based on the architecture of the machine it's running on

@smukil
Copy link
Contributor

smukil commented Aug 10, 2022

@pkarumanchi9 @tharanga This patch adds support for ARM to get the dumper running on Gravitron instances. Feel free to merge it if you'd find it useful!

@smukil
Copy link
Contributor

smukil commented Aug 10, 2022

Compiled on Ubuntu Focal

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

Successfully merging this pull request may close these issues.

2 participants