feat: add support to x64 systems using musl by samyuh · Pull Request #632 · xerial/snappy-java

@samyuh

@samyuh samyuh changed the title draft: feat: add musl support feat: add musl support

Jan 17, 2025

@samyuh samyuh changed the title feat: add musl support feat: create musl compatible image

Jan 17, 2025

@samyuh samyuh marked this pull request as draft

January 17, 2025 17:09

@samyuh samyuh marked this pull request as ready for review

January 18, 2025 01:00

@samyuh samyuh changed the title feat: create musl compatible image feat: create an alpine compatible image

Jan 18, 2025

xerial

@samyuh

@samyuh

@samyuh

xerial

@samyuh

@samyuh

xerial

xerial

@samyuh

@samyuh samyuh changed the title feat: create an alpine compatible image feat: add support to x64 systems using musl

Feb 7, 2025

gemini-code-assist[bot]

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Changed processor=x86-64-musl to processor=x86-64 in Bundle-NativeCode
as x86-64-musl is not a valid OSGi processor value. The OSGi spec only
recognizes x86-64 (and aliases: amd64, em64t, x86_64) for 64-bit x86.

Also fixed osname=Linux to osname=linux for consistency with other entries.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Fixed improper indentation of catch statement at line 237

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>