feat: add support to x64 systems using musl by samyuh · Pull Request #632 · xerial/snappy-java
samyuh
changed the title
draft: feat: add musl support
feat: add musl support
samyuh
changed the title
feat: add musl support
feat: create musl compatible image
samyuh
marked this pull request as draft
samyuh
marked this pull request as ready for review
samyuh
changed the title
feat: create musl compatible image
feat: create an alpine compatible image
samyuh
changed the title
feat: create an alpine compatible image
feat: add support to x64 systems using musl
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters