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

Manually Install Swig 4.0.2 from Github on CI #705

Merged
merged 1 commit into from
Oct 6, 2021

Conversation

ptheywood
Copy link
Member

@ptheywood ptheywood commented Oct 6, 2021

Closes #697

Swig occasionally fails to download from sourceforge on CI jobs, but github based Swig releases require yacc, which we don't want to add as an additional dependency to regular builds.

By installing bison from apt (for yacc) and building Swig 4.0.2 from GitHub on CI prior to CMake, this should hopefully make CI more robust.

This is not viable for Windows CI workflows, not neccesary for lint/docs work flows, and not neccessary for manylinux workflows where the manylinux container used already contains very recent swig.

@ptheywood ptheywood marked this pull request as ready for review October 6, 2021 14:21
@ptheywood ptheywood added this to the v2.0.0-alpha.2 milestone Oct 6, 2021
@mondus mondus merged commit ab7c511 into master Oct 6, 2021
@mondus mondus deleted the ci-swig-manual-install branch October 6, 2021 15:20
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.

Install Swig 4.0.2 on linux CI before CMake configuration
2 participants