Skip to content

Conversation

@malfet
Copy link
Contributor

@malfet malfet commented Sep 5, 2025

And raise error when building for an unsupported version

[ghstack-poisoned]
@malfet malfet requested a review from a team as a code owner September 5, 2025 14:53
@pytorch-bot
Copy link

pytorch-bot bot commented Sep 5, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/162265

Note: Links to docs will display an error until the docs builds have been completed.

⏳ No Failures, 30 Pending

As of commit 795956d with merge base 79fcd52 (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

Copy link
Contributor

@ZainRizvi ZainRizvi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Follow up task: Update our linters to use py 3.10 instead

[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
@malfet malfet added topic: not user facing topic category ciflow/binaries_libtorch Trigger binary build and upload jobs for libtorch on the PR labels Sep 5, 2025
@malfet
Copy link
Contributor Author

malfet commented Sep 5, 2025

@pytorchbot merge -f "Looks fine"

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use -f as last resort and instead consider -i/--ignore-current to continue the merge ignoring current failures. This will allow currently pending tests to finish and report signal before the merge.

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

@pytorchmergebot
Copy link
Collaborator

Merge failed

Reason: Command git -C /home/runner/work/pytorch/pytorch cherry-pick -x 197725596acd9ecd2f614a01ebfcd8f55ba7e8a4 returned non-zero exit code 1

Auto-merging .github/workflows/generated-windows-binary-libtorch-debug-nightly.yml
CONFLICT (content): Merge conflict in .github/workflows/generated-windows-binary-libtorch-debug-nightly.yml
Auto-merging .github/workflows/generated-windows-binary-libtorch-release-nightly.yml
CONFLICT (content): Merge conflict in .github/workflows/generated-windows-binary-libtorch-release-nightly.yml
error: could not apply 197725596ac... [CD][EZ] Update libtorch python version to 3.10
hint: After resolving the conflicts, mark them with
hint: "git add/rm <pathspec>", then run
hint: "git cherry-pick --continue".
hint: You can instead skip this commit with "git cherry-pick --skip".
hint: To abort and get back to the state before "git cherry-pick",
hint: run "git cherry-pick --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Details for Dev Infra team Raised by workflow job

[ghstack-poisoned]
@malfet
Copy link
Contributor Author

malfet commented Sep 5, 2025

@pytorchbot merge -f "Take two"

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use -f as last resort and instead consider -i/--ignore-current to continue the merge ignoring current failures. This will allow currently pending tests to finish and report signal before the merge.

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

pytorchmergebot pushed a commit that referenced this pull request Sep 12, 2025
Biggest difference between both conda and homebrew CPython builds and one from python.org, is that later are universal binaries and they are always trying to build universal extension...

Workaround lots of universal binary build attempts by explicitly specifying both `_PYTHON_PLATFORM` and `--plat-name` as well as `ARCH_FLAGS`

Suppressed actionlint warning on use of `freethreaded` flag which is document in https://github.com/actions/setup-python/tree/v5

TODO: Remove lots of temporary workarounds when `3.14` is out in October 2025

Pull Request resolved: #162136
Approved by: https://github.com/atalman, https://github.com/huydhn
ghstack dependencies: #162297, #162265
markc-614 pushed a commit to markc-614/pytorch that referenced this pull request Sep 17, 2025
Biggest difference between both conda and homebrew CPython builds and one from python.org, is that later are universal binaries and they are always trying to build universal extension...

Workaround lots of universal binary build attempts by explicitly specifying both `_PYTHON_PLATFORM` and `--plat-name` as well as `ARCH_FLAGS`

Suppressed actionlint warning on use of `freethreaded` flag which is document in https://github.com/actions/setup-python/tree/v5

TODO: Remove lots of temporary workarounds when `3.14` is out in October 2025

Pull Request resolved: pytorch#162136
Approved by: https://github.com/atalman, https://github.com/huydhn
ghstack dependencies: pytorch#162297, pytorch#162265
mansiag05 pushed a commit to mansiag05/pytorch that referenced this pull request Sep 22, 2025
Biggest difference between both conda and homebrew CPython builds and one from python.org, is that later are universal binaries and they are always trying to build universal extension...

Workaround lots of universal binary build attempts by explicitly specifying both `_PYTHON_PLATFORM` and `--plat-name` as well as `ARCH_FLAGS`

Suppressed actionlint warning on use of `freethreaded` flag which is document in https://github.com/actions/setup-python/tree/v5

TODO: Remove lots of temporary workarounds when `3.14` is out in October 2025

Pull Request resolved: pytorch#162136
Approved by: https://github.com/atalman, https://github.com/huydhn
ghstack dependencies: pytorch#162297, pytorch#162265
cleonard530 pushed a commit to cleonard530/pytorch that referenced this pull request Sep 22, 2025
Biggest difference between both conda and homebrew CPython builds and one from python.org, is that later are universal binaries and they are always trying to build universal extension...

Workaround lots of universal binary build attempts by explicitly specifying both `_PYTHON_PLATFORM` and `--plat-name` as well as `ARCH_FLAGS`

Suppressed actionlint warning on use of `freethreaded` flag which is document in https://github.com/actions/setup-python/tree/v5

TODO: Remove lots of temporary workarounds when `3.14` is out in October 2025

Pull Request resolved: pytorch#162136
Approved by: https://github.com/atalman, https://github.com/huydhn
ghstack dependencies: pytorch#162297, pytorch#162265
dsashidh pushed a commit to dsashidh/pytorch that referenced this pull request Sep 26, 2025
Biggest difference between both conda and homebrew CPython builds and one from python.org, is that later are universal binaries and they are always trying to build universal extension...

Workaround lots of universal binary build attempts by explicitly specifying both `_PYTHON_PLATFORM` and `--plat-name` as well as `ARCH_FLAGS`

Suppressed actionlint warning on use of `freethreaded` flag which is document in https://github.com/actions/setup-python/tree/v5

TODO: Remove lots of temporary workarounds when `3.14` is out in October 2025

Pull Request resolved: pytorch#162136
Approved by: https://github.com/atalman, https://github.com/huydhn
ghstack dependencies: pytorch#162297, pytorch#162265
@github-actions github-actions bot deleted the gh/malfet/510/head branch October 6, 2025 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/binaries_libtorch Trigger binary build and upload jobs for libtorch on the PR Merged topic: not user facing topic category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants