chore: Update bundled native libs to aiken-jna-wrapper v0.7.1#27
Draft
matiwinnetou wants to merge 1 commit into
Draft
chore: Update bundled native libs to aiken-jna-wrapper v0.7.1#27matiwinnetou wants to merge 1 commit into
matiwinnetou wants to merge 1 commit into
Conversation
02b4ba0 to
2c34ec6
Compare
Targets the aiken-jna-wrapper patch release v0.7.1 (bloxbean/ aiken-jna-wrapper#33), which ships the maintenance/cleanup work and the new aarch64-unknown-linux-gnu target. It implements no Van Rossem feature and leaves the public API unchanged, so it ships as a patch (0.7.0 -> 0.7.1) and no Java interface changes are required. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2c34ec6 to
6cdef9e
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Moves the bundled native libraries to
aiken-jna-wrapper v0.7.1, the patch release that brings that crate's maintenance/cleanup work and adds a newlinux-aarch64platform.What changed in
download_libs.shtagv0.7.0→v0.7.1— points the helper at the wrapper release carrying the cleanup work and the new ARM-Linux target.linux-aarch64platform —native/linux-aarch64/+ a download forlinux-aarch64_libaiken_jna_wrapper.so.Running
./download_libs.shpulls thev0.7.1libraries intonative/(including the newnative/linux-aarch64/libaiken_jna_wrapper.so) and writesnative/version. The repo bundles the committednative/*files as resources, so those are what actually ship.Why no Java / Gradle changes are needed
native/is already a packaged resource root (build.gradle:srcDirs "src/main/resources", "native"), so a newnative/linux-aarch64/dir is bundled automatically.LibraryUtil.getAikenWrapperLib()is arch-agnostic for Linux, and JNA selects the correctnative/<resource-prefix>/per platform at runtime — the bundledPlatform/NativeUtilsalready handleaarch64.eval_phase_two,apply_params_to_plutus_script,dropCharPointer) are unchanged inv0.7.1, so no interface changes are required.Upstream
The
v0.7.1wrapper release (incl. thelinux-aarch64artifact) comes from bloxbean/aiken-jna-wrapper#33.🤖 Generated with Claude Code