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

Avoid crashes building llvmlite in CI #314

Merged
merged 1 commit into from
May 20, 2020

Conversation

eric-wieser
Copy link
Member

@eric-wieser eric-wieser commented May 20, 2020

The later versions of llvmlite do not have a Python 3.5 wheel on PyPI, so travis attempts to build them from source.
This fails unless a suitable local version of llvm is available.

It's easier just to tell pip to prefer pre-compiled dependencies.

Caused by numba/llvmlite#471

The later versions of llvmlite do not have a Python 3.5 wheel on PyPI, so travis attempts to build them from source.
This fails unless a suitable local version of llvm is available.

It's easier just to tell `pip` to prefer pre-compiled dependencies.
@eric-wieser eric-wieser marked this pull request as ready for review May 20, 2020 16:18
@eric-wieser
Copy link
Member Author

Python 3.5 CI is running again, so we're back to the regular CI whack-a-mole.

@eric-wieser eric-wieser merged commit 63c50b3 into pygae:master May 20, 2020
@eric-wieser eric-wieser deleted the fix-3.5-ci branch June 3, 2020 10:11
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.

None yet

1 participant