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

Temporarily pin to pypy 2.7-7.3.3 #456

Merged
merged 4 commits into from Apr 19, 2021
Merged

Temporarily pin to pypy 2.7-7.3.3 #456

merged 4 commits into from Apr 19, 2021

Conversation

jamadden
Copy link
Member

Because PyPy X.Y-7.3.4 breaks gevent. We already had an implicit pin for PyPy3 because we use PyPy3.6, which stopped with 7.3.3; pypy3.7 is the first 7.3.4.

See gevent/gevent#1785 and https://foss.heptapod.net/pypy/pypy/-/issues/3441

To fix the hangs after github silently upgraded to 7.3.4. It seems 7.3.4 broke gevent. See gevent/gevent#1785
And errors:

clang: warning: include path for libstdc++ headers not found; pass '-stdlib=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]
src/relstorage/cache/cache.cpp:822:10: fatal error: 'ios' file not found
#include ios

https://github.com/zodb/relstorage/runs/2380225798?check_suite_focus=true
… restoring the pypy cache for some reason, which obviously doesn't have the wheels we need.

So we need to setup the ccache to build them.
@jamadden
Copy link
Member Author

The occasional failures are unrelated and have been caused by database times slightly exceeding what is expected.

@jamadden jamadden merged commit 9c24aaf into master Apr 19, 2021
@jamadden jamadden deleted the issue454 branch April 19, 2021 16:16
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