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

Fix CI #468

Merged
merged 3 commits into from
Oct 18, 2024
Merged

Fix CI #468

merged 3 commits into from
Oct 18, 2024

Conversation

luhn
Copy link
Contributor

@luhn luhn commented Oct 10, 2024

Several Github Actions builds were broken, so I made some changes to get green lights:

MacOS builds were failing because architecture was x64 but macos-latest is now M1 machines (arm64). I decided to remove architecture from the matrix entirely. x86 is already disabled for Linux and MacOS, it only runs on Windows, so I don't know how useful it is.

Alternative solutions: Use macos-13, which is an x64 runner. Or expand the architecture matrix so we can run tests across Windows x86, Windows x64, Linux x64, and MacOS arm64.

PyPy3.8 builds were failing because of a segfault during pytests. This issue has been resolved, but because pypy3.8 is no longer actively supported only pypy3.9 and 3.10 have been fixed. Because it's no longer supported, I think it's reasonable to remove entirely.

Pypy3.8 is prone to segfaults running pytest.  This has been fixed in
3.9 and 3.10 (https://pypy.org/posts/2024/03/fixing-bug-incremental-gc.html)
but 3.8 is no longer supported and has not been fixed.
Copy link
Contributor

@miketheman miketheman left a comment

Choose a reason for hiding this comment

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

Hit this today post-fork update. GHA was sad.

@mmerickel mmerickel merged commit 407532d into Pylons:main Oct 18, 2024
22 checks passed
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.

3 participants