Skip to content

feat(bindings): update Go prebuilt libs for v0.1.9#10

Merged
3leapsdave merged 1 commit into
mainfrom
go-bindings/v0.1.9
Feb 3, 2026
Merged

feat(bindings): update Go prebuilt libs for v0.1.9#10
3leapsdave merged 1 commit into
mainfrom
go-bindings/v0.1.9

Conversation

@github-actions

@github-actions github-actions Bot commented Feb 3, 2026

Copy link
Copy Markdown
Contributor

Go Bindings Update

This PR updates the prebuilt FFI libraries for the Go bindings to:
v0.1.9

Merge this PR BEFORE tagging so the release tags include the prebuilt libs and go get works.

Platforms Updated

  • linux-amd64 (glibc)
  • linux-amd64-musl
  • linux-arm64 (glibc)
  • linux-arm64-musl
  • darwin-amd64
  • darwin-arm64
  • windows-amd64

Shared Libraries (opt-in)

This PR also includes prebuilt shared libraries for the sysprims_shared build tag:

  • linux-amd64 (glibc): libsysprims_ffi.so
  • linux-arm64 (glibc): libsysprims_ffi.so
  • linux-amd64-musl: libsysprims_ffi.so
  • linux-arm64-musl: libsysprims_ffi.so
  • darwin-amd64: libsysprims_ffi.dylib (install_name: @rpath/...)
  • darwin-arm64: libsysprims_ffi.dylib (install_name: @rpath/...)
  • windows-amd64: sysprims_ffi.dll + libsysprims_ffi.dll.a

Testing

After merging:

cd bindings/go/sysprims
go test -v ./...

Shared mode (where supported):

cd bindings/go/sysprims
go test -v -tags=sysprims_shared ./...

Shared mode (musl/Alpine):

cd bindings/go/sysprims
go test -v -tags="musl,sysprims_shared" ./...

Auto-generated by Go bindings prep workflow for v0.1.9

@3leapsdave 3leapsdave merged commit 4aa3fd8 into main Feb 3, 2026
@3leapsdave 3leapsdave deleted the go-bindings/v0.1.9 branch February 3, 2026 01:02
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.

1 participant