-
Notifications
You must be signed in to change notification settings - Fork 3.9k
GH-47797: [CI][Python] Update Python installs for free-threaded wheel tasks #47993
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
Open
AlenkaF
wants to merge
26
commits into
apache:main
Choose a base branch
from
AlenkaF:gh-47797-free-threaded-installs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
892b855
Update musllinux installs
AlenkaF 603f75b
Use default args
AlenkaF b6d5b69
Update windows wheels dockerfiles to use MSIX
AlenkaF ddc9ae0
Remove free threaded win wheels from services (only build, not test -…
AlenkaF c901361
Bring bach win free-threaded service and only use the same dockerfile
AlenkaF c1ac11d
Update windows test wheels dockerfiles to use MSIX
AlenkaF d6ffdd3
Try moving install of MSIX to base dockerfile
AlenkaF 836718a
Add MSIX to the test base dockerfile also
AlenkaF b773837
Use proper powershell syntax
AlenkaF 8dbd304
Try if curl works
AlenkaF e9d67d5
Move curl command outside Poweshell
AlenkaF ecda84d
Change url and decouple choco and pymanager install
AlenkaF bf5c373
Revert "Update windows test wheels dockerfiles to use MSIX"
AlenkaF d13d7dd
Remove pymanager install from base test dockerfile
AlenkaF 730729f
Revert unnecessary changes on the choco install in base test
AlenkaF 59dce60
Fix wrong tab
AlenkaF 834d8cb
Update ci/docker/python-wheel-windows-vs2022-base.dockerfile
AlenkaF 080f9a4
Remove duplicated rows
AlenkaF 258bf1e
Try removing defaults already parametered
AlenkaF 52ac61e
Remove mapping to patch versions
AlenkaF 0450baf
Include python_variant suggestion
AlenkaF 2c9e532
Add build_date arg
AlenkaF b0d30cb
Fix win dockerfile
AlenkaF b4b42fb
Fix error - win test still using choco not pymanager
AlenkaF a356a46
Fix typo
AlenkaF cf0c169
Remove old comment
AlenkaF File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 0 additions & 53 deletions
53
ci/docker/python-free-threaded-wheel-windows-vs2022.dockerfile
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Should we do similar changes for
python-wheel-windows-test-vs2022.dockerfileand friends?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.
I wasn't able to make it work for the test group. Looks like a different underlying image might not be able to support this kind of
pymanagerinstall, but have no experience really =)More info on what issues I had:
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.
Hmm, fair enough. Can you open an issue so that it can be investigated later?
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.
Done: #48469