-
Notifications
You must be signed in to change notification settings - Fork 517
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(bindings/java): support explicit cargo build target #3168
Conversation
Signed-off-by: tison <[email protected]>
No. musl doesn't support dynamic linking. So basically it requires a container env for building. |
Signed-off-by: tison <[email protected]>
I work out a hack with suggestions at rust-lang/rust#44991. |
62b5992
to
895b35b
Compare
Signed-off-by: tison <[email protected]>
895b35b
to
f7767a2
Compare
Signed-off-by: tison <[email protected]>
Still you need to have musl-gcc installed or proper GLIBC version installed. There is little things we can help in this perspective. But support explicit cargo build target helps users build with other toolchain so it's still valuable. |
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.
Thanks!
This closes #3160.
With this patch, it's expected to fix the original issue with:
@G-XD please give it a try.