eclipse-zenoh: Add version 1.10.0 - #2187
Merged
Merged
Conversation
luhenry
added a commit
that referenced
this pull request
Sep 21, 2026
Contributor
|
Build the riscv64 wheel for the Zenoh Python API from the upstream zenoh-python checkout at tag 1.10.0, mirroring the build-linux job of upstream's release.yml narrowed to manylinux_riscv64. pyo3 0.25.1 carries abi3-py39 unconditionally, so the build produces a single cp39-abi3 wheel on the oldest interpreter its tag claims and re-tests it on cp312, cp313 and cp314.
luhenry
force-pushed
the
eclipse-zenoh
branch
from
September 21, 2026 20:00
019125e to
85cee75
Compare
luhenry
added a commit
that referenced
this pull request
Sep 21, 2026
…ublish dry-run clean (PR #2187)
luhenry
marked this pull request as ready for review
September 21, 2026 21:29
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.
eclipse-zenoh1.10.0Compiles the PyO3/maturin bindings over the Rust
zenohcrate: the pub/sub, query, liveliness and scouting API, the shared-memory transport, and the TCP/UDP/TLS/QUIC/WebSocket links that rustls and ring back. Upstream publishes no riscv64 wheel.Mirrors the
build-linuxjob of upstream'srelease.ymland the pytest invocation ofci.yml.Differs from upstream
maturin-action, which builds the wheel but never tests it.Matrix:
cp39..cp314, onecp39-abi3wheel -pyo3/abi3-py39is unconditional, and pyo3 0.25.1 predates CPython 3.14 so there is no free-threaded build.Testing
tests/examples_check.pyleft out - it drives ~30 concurrent example processes over multicast scouting, which cross-talks between jobs on a shared runner.tests/stubs_check.pygets the four.pyifiles staged without the package's.pyfiles, so the installed wheel still wins the import.License: Wheel statically links the Rust crate graph including ring (ISC/OpenSSL); upstream's own LICENSE, NOTICE.md and CycloneDX SBOM ship with it.
Built on cp39; 43 passed, 0 skipped.