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 platform Linux-Alpine/x86 (32bit) #512

Closed
wants to merge 1 commit into from

Conversation

stolzem
Copy link

@stolzem stolzem commented Jul 8, 2020

I had to use sqlite-jdbc on a 32bit Alpine linux and it wasn't supported.
So I added support and then it worked fine.

Thought I'd share the Linux-Alpine/x86 support work - if you want to include it in the main lib.

To build it properly you'd have to create the docker image for Linux-Alpine/x86 via
make docker-alpine-linux32

@gotson gotson added the platform request Request for support for a new platform/os/architecture label Jul 27, 2022
@gotson
Copy link
Collaborator

gotson commented Jul 28, 2022

@stolzem i think that would be a good addition to the native libs. A lot has changed since your PR was made, if you are willing to update it I would happily merge that.

Note that we have changed the OS_NAME to Linux-Musl.

@gotson gotson added the waiting for feedback Waiting for a feedback from the issue creator label Jul 29, 2022
@gotson gotson closed this in 0795636 Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform request Request for support for a new platform/os/architecture waiting for feedback Waiting for a feedback from the issue creator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants