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

Use musl-based libnusqlite3 in Docker #3488

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Conversation

mikiher
Copy link
Contributor

@mikiher mikiher commented Oct 7, 2024

Following @devnoname120's advice, I am switching to a musl-based nunicode sqlite extension on Docker, and doing away with installing and relying on gcompat (which is no longer needed). The new musl-based binaries are obtained from the new v1.2 version of nunicode-binaries.

Other nunicode binaries remain unchanged, but I switched to v1.2 in BinaryManager as well, to keep the versions consistent.

Note: BinaryManager doesn't check the exact linux version and always installs the standard glibc-based version. This means that running if you run on a non-Docker Alpine (probably as a developer), you will have to install gcomapt manually for the program to load. I think this is OK, but let me know if you want me to add a special use-case for Alpine in BinaryManager.

I tested on Docker on both architectures.

@mikiher mikiher marked this pull request as ready for review October 7, 2024 18:04
@advplyr
Copy link
Owner

advplyr commented Oct 7, 2024

I think it's okay. Tested on all my machines. Thanks!

@advplyr advplyr merged commit 549f95b into advplyr:master Oct 7, 2024
5 checks passed
@mikiher mikiher deleted the nunicode-musl branch November 18, 2024 09:36
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