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

BUG: use python 3.8 to prevent cython install failure #201

Closed
wants to merge 1 commit into from

Conversation

whereswaldon
Copy link
Contributor

I was able to make the existing tests work by just switching back to the latest stable release of Python. I don't pretend to understand the problems that you were trying to debug @drakenclimber, but perhaps this will work reliably? I had a successful build on it here.

Signed-off-by: Chris Waldon [email protected]

@drakenclimber
Copy link
Member

Awesome!!! Thank you so much!

I didn't realize how tightly coupled Cython and our libseccomp code is with newer versions of Python. I figured v3.6 would be new enough and blindly continued down that path.

Acked-by: Tom Hromatka <[email protected]>

@whereswaldon
Copy link
Contributor Author

It seems like it would be valuable to understand why we need to use really recent versions of Python, but that doesn't seem like a reason not to deploy this fix now.

@pcmoore pcmoore changed the title ci/cd: use python 3.8 to prevent cython install failure BUG: use python 3.8 to prevent cython install failure Jan 12, 2020
@pcmoore
Copy link
Member

pcmoore commented Jan 12, 2020

Hi @whereswaldon, thanks for the help and the patch!

Let's continue the broader discussion on how to resolve this over in #199.

@pcmoore
Copy link
Member

pcmoore commented Jan 17, 2020

Let's close this out in favor of #202.

@pcmoore pcmoore closed this Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants