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

Unavailability of thrift.linux-aarch_64 [For armeria build on arm64] #82

Open
odidev opened this issue Oct 6, 2020 · 2 comments
Open

Comments

@odidev
Copy link

odidev commented Oct 6, 2020

While trying to build armeria for arm64, I am getting issue related to thrift's availability like this:

> A problem occurred starting process 'command '/home/armeria/gradle/scripts/lib/thrift/0.13/thrift.linux-aarch_64''

This issue is because, aarch64 compatible file is not present in required location.
Which is perhaps being manually synced from this gradle-scripts repo.

Please share your plan to make the same available for aarch64 platform.
If I can help in making this available, please share the way to make it available.

@trustin
Copy link
Member

trustin commented Oct 6, 2020

Hi @odidev, we currently do not provide the Thrift compiler binaries for non-x86 architectures. You can build your own Thrift compiler build for your architecture (arm64 in this case) and specify its path explicitly:

ext {
    thriftPath = 'path/to/thrift/binary'
}

The script will invoke the binary at the specified location instead of using the one provided in this repository.

@trustin
Copy link
Member

trustin commented Feb 25, 2022

Closed by #115 Sorry, #115 fixes macOS only.

@trustin trustin closed this as completed Feb 25, 2022
@trustin trustin reopened this Feb 25, 2022
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

2 participants