-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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-111062: Reusable Windows build that supports free-threaded mode as the conditional CI #111493
Conversation
corona10
commented
Oct 30, 2023
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: Add GitHub Action for checking free-threaded build #111062
co-work with @jota12x |
|
||
jobs: | ||
build_win_32: | ||
name: 'build and test (x86)' |
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.
@hugovk I would like to use the name as build and test
variations for macOS and Linux too.
It looks more clear when we look at the CI status bar.
But I will do it as a separate PR.
7ec1416
to
158dca5
Compare
Reopen the PR for testing |
Co-authored-by: Donghee Na <[email protected]>
d68fa4d
to
869a2f3
Compare
Co-authored-by: Hugo van Kemenade <[email protected]>
On a doc PR, the CI failed because Windows was skipped: https://github.com/python/cpython/actions/runs/6696696148/job/18198167333?pr=111512 It's surprising that once the job is called cc @Eclips4 |
Ah, #111521 was proposed to fix the job. |
…ode as the conditional CI (python#111493) * pythongh-111062 Set up free-threaded CI for windows Co-authored-by: Donghee Na <[email protected]> * Apply suggestions from code review Co-authored-by: Hugo van Kemenade <[email protected]> * Update * Update names * Add files * Update * Revert "Update" This reverts commit 4f17e1a. * fix --------- Co-authored-by: juanjose.tenorio <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
…ode as the conditional CI (python#111493) * pythongh-111062 Set up free-threaded CI for windows Co-authored-by: Donghee Na <[email protected]> * Apply suggestions from code review Co-authored-by: Hugo van Kemenade <[email protected]> * Update * Update names * Add files * Update * Revert "Update" This reverts commit 4f17e1a. * fix --------- Co-authored-by: juanjose.tenorio <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
…ode as the conditional CI (python#111493) * pythongh-111062 Set up free-threaded CI for windows Co-authored-by: Donghee Na <[email protected]> * Apply suggestions from code review Co-authored-by: Hugo van Kemenade <[email protected]> * Update * Update names * Add files * Update * Revert "Update" This reverts commit 4f17e1a. * fix --------- Co-authored-by: juanjose.tenorio <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>