-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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-127432: Add CI job to cross build Python #128380
Conversation
091556c
to
8c1c74e
Compare
There was a failure when I was using a relative path for the prefix with a9d74a4, error output https://productionresultssa9.blob.core.windows.net/actions-results/f1a2624a-3f06-4952-a7e9-b07f4b8f5d8e/workflow-job-run-b9cd78bf-63c7-5764-7bde-3692ae1765e4/logs/job/job-logs.txt?rsct=text%2Fplain&se=2024-12-31T18%3A50%3A34Z&sig=VmOEHKOZajRQ6siRvIW1zZMd0%2BPqBhuELzZLqiitlxY%3D&ske=2025-01-01T03%3A11%3A03Z&skoid=ca7593d4-ee42-46cd-af88-8b886a2f84eb&sks=b&skt=2024-12-31T15%3A11%3A03Z&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skv=2024-11-04&sp=r&spr=https&sr=b&st=2024-12-31T18%3A40%3A29Z&sv=2024-11-04, relative bit:
I wonder if there should be some parth normalisation done? |
I created b4a9069 to demonstrate this changes would actually catch the regression we expect it to |
f8050b8
to
68b151f
Compare
This is to avoid regressions in the cross building process.
a47eda8
to
507feb4
Compare
And here's the corresponding CI run: https://github.com/python/cpython/actions/runs/12570786158/job/35040972014 cc @FFY00 |
I am gonna update the branch to pull the changes from GH-128558, to make sure it still works. |
@hugovk, I think it would make sense to add this as a required check ( |
@matthewhughes934, thank you so much for working on this 😊! |
Co-authored-by: Filipe Laíns 🇵🇸 <lains@riseup.net>
This is to avoid regressions in the cross building process