Skip to content

lru-dict: add build-lru-dict.yml for riscv64 wheels - #892

Merged
luhenry merged 1 commit into
mainfrom
lru-dict
Sep 4, 2026
Merged

lru-dict: add build-lru-dict.yml for riscv64 wheels#892
luhenry merged 1 commit into
mainfrom
lru-dict

Conversation

@luhenry

@luhenry luhenry commented Sep 4, 2026

Copy link
Copy Markdown
Member

Compiles a single pure-C CPython extension (src/lru/_lru.c) implementing a dict-like LRU container, with no third-party build dependencies. Upstream publishes no riscv64 wheel.

Mirrors the build_wheels job of upstream's build-and-deploy.yml.

Differs from upstream

  • Checks out a pinned commit, not a tag - 1.4.1 was released to PyPI without one; the commit is byte-identical to the released sdist.

Testing

  • same as upstream (upstream's own [tool.cibuildwheel] test-extras/test-sources/test-command)

License: OK

Built on cp312/cp313/cp314/cp314t; all passed.

lru-dict 1.4.1 is a single pure-C CPython extension (src/lru/_lru.c) with no
third-party build dependencies, so the workflow is a plain build-from-checkout
cibuildwheel run mirroring upstream's own build-and-deploy.yml, with upstream's
own [tool.cibuildwheel] test-extras/test-sources/test-command driving the test
phase unchanged.

1.4.1 was released to PyPI without a corresponding git tag (upstream tagged
v1.4.0 and v1.5.0 around it but never v1.4.1), so the workflow pins the commit
that bumped pyproject.toml's version to 1.4.1, verified byte-identical to the
released PyPI sdist.
@luhenry
luhenry merged commit c97d9ad into main Sep 4, 2026
11 checks passed
@luhenry
luhenry deleted the lru-dict branch September 4, 2026 06:54
@luhenry luhenry linked an issue Sep 4, 2026 that may be closed by this pull request
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.

lru-dict riscv64 support

1 participant