espeakng-loader: add build-espeakng-loader.yml for riscv64 wheels - #1395
Merged
Conversation
luhenry
added a commit
that referenced
this pull request
Sep 7, 2026
actions/checkout's persist-credentials cleanup runs `git submodule foreach`, which dies on this repo's espeak-ng gitlink with no .gitmodules entry.
The runner's stock venv pip predates riscv64 manylinux tag support and rejects the wheel as unsupported on this platform.
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.
espeakng-loader0.2.4Compiles eSpeak NG 1.52.0 and repackages it as a
py3-nonewheel via the loader's own hatchling hook. Upstream publishes no riscv64 wheel.Mirrors upstream's
build.ymlandpypi.yml.Differs from upstream
-DCMAKE_POSITION_INDEPENDENT_CODE=ON- riscv64'sldrejects the vendored sonic library's non-PIC relocations, unlike x86_64/aarch64.espeak-ng-dataitself rather than downloading upstream's release asset, keeping the whole wheel's provenance in one build.Testing
espeak_Info) against the built wheel.License: Wheel bundles a compiled eSpeak NG (GPL-3.0-or-later);
gpl_sourcesarchives the source it was built from.Built on riscv64; loader import, library load, and
espeak_Info()call all pass.