-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[CI] Use Python 3.12 for third-party stubtest #12847
Conversation
|
I'm honestly stumped why gdb fails. Locally (also using Ubuntu 2024.04), this works. |
There's also a couple of stubtest failures on |
# from urllib.parse import quote_from_bytes as urlquote_from_bytes | ||
# File "/usr/lib/python3.12/urllib/parse.py", line 36, in <module> | ||
# import math | ||
# ModuleNotFoundError: No module named 'math' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From all the googling I did. This seems to always come back to a python build/installation issue. I know we do a bit a special setup to run stubtest on gdb. Maybe there's something wrong with the Python 3.12 version from actions/setup-python
. We could raise an issue / request support if we can provide an MRE"
Anyway with #13582 being merge this is already skipped, so I wouldn't consider it a blocker anymore. You can probably merge both comments.
Other than different comments, I think this may have been superseded by #13582 ? |
No description provided.