Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHubAction builds for espeak-py #2

Merged
merged 25 commits into from
Oct 7, 2024
Merged

GitHubAction builds for espeak-py #2

merged 25 commits into from
Oct 7, 2024

Conversation

paulannetts
Copy link
Member

Use maturin tooling on GitHub action, turn the steps from README into a build script, and get it to build our key target python versions.

strategy:
matrix:
platform:
- runner: ubuntu-20.04
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's just use ubuntu latest for this. 20.04 uses a pretty old GLIBC

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried, ubuntu-latest was the cause of the rust wrapper build break.
I suspect something in 22.04 or 24.04 is causing trouble.

tools/build.sh Outdated
fi
ls
./autogen.sh
./configure --without-klatt --without-speechplayer --without-mbrola --without-sonic --without-async
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
./configure --without-klatt --without-speechplayer --without-mbrola --without-sonic --without-async
./configure --without-klatt --without-pcaudiolib --without-mbrola --without-sonic --without-async

Commit this change then try ubuntu-latest again. I think this may have been the problem...

@paulannetts paulannetts merged commit 9d4d77d into master Oct 7, 2024
3 checks passed
@paulannetts paulannetts deleted the paulan/new_builds branch October 8, 2024 13:37
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.

2 participants