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

gh-100086: Add build info to test.libregrtest #100093

Merged
merged 1 commit into from Dec 8, 2022

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Dec 7, 2022

The Python test runner (libregrtest) now logs Python build information like "debug" vs "release" build, or LTO and PGO optimizations.

@netlify
Copy link

netlify bot commented Dec 7, 2022

Deploy Preview for python-cpython-preview canceled.

Name Link
🔨 Latest commit adbaa7b
🔍 Latest deploy log https://app.netlify.com/sites/python-cpython-preview/deploys/6391280285038400098be284

@vstinner
Copy link
Member Author

vstinner commented Dec 7, 2022

That's a way more compact flavor of python -m test.pythoninfo with just the most important information to distinguish Python builds on CIs.

@vstinner
Copy link
Member Author

vstinner commented Dec 7, 2022

I enhanced the PGO check to support more compilers.

The Python test runner (libregrtest) now logs Python build information like
"debug" vs "release" build, or LTO and PGO optimizations.
@vstinner vstinner merged commit 3c89202 into python:main Dec 8, 2022
20 checks passed
@vstinner vstinner deleted the regrtest_build branch Dec 8, 2022
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

2 participants