zen-engine: Add version 2.0.2 - #2337
Merged
Merged
Conversation
Builds the cp38-abi3 wheel from the python-v2.0.2 tag with PyO3/maturin-action, mirroring upstream's python.yaml wheels job. rquickjs-sys 0.10.0 ships no pregenerated riscv64 bindings, so the build enables zen-engine's bindgen feature (as upstream's s390x uniffi build does) and overrides the rust-style target triple rquickjs-sys hands libclang.
luhenry
added a commit
that referenced
this pull request
Sep 25, 2026
Contributor
|
The CLI --features zen-engine/bindgen replaced the pyproject's [tool.maturin] features = ["pyo3/extension-module"], so pyo3 0.25 linked the extension against libpython and the link failed with "cannot find -lpython3.12" in the manylinux_2_39 image.
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.
zen-engine2.0.2Compiles the GoRules ZEN decision engine (Rust, PyO3, embedded QuickJS) into one
cp38-abi3extension. Upstream publishes no riscv64 wheel.Mirrors upstream's
python.yaml.Differs from upstream
--features zen-engine/bindgen- rquickjs-sys 0.10.0 ships no pregenerated riscv64 bindings; upstream does the same for s390x.clang-develplus a--target=riscv64-unknown-linux-gnubindgen arg - libclang rejects theriscv64gc-triple rquickjs-sys passes.--zig,--find-interpreterand--compatibility manylinux_2_28- native build in the manylinux_2_39 image.Matrix: one
cp38-abi3wheel, tested on cp312/cp313/cp314; upstream ships no free-threaded wheel.Testing
test_sync.py/test_async.py, which upstream's CI does not run.License: OK
Cross-built riscv64 extension under QEMU: cp312 and cp314 each 22 passed, 0 skipped.