-
Notifications
You must be signed in to change notification settings - Fork 82
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
Add submodule
input for build_wheels_*.yaml
#5095
Conversation
Someone is attempting to deploy a commit to the Meta Open Source Team on Vercel. A member of the Team first needs to authorize it. |
type: boolean | ||
default: true | ||
build-platform: | ||
description: Platform to build wheels, choose from 'python-build-package' or 'setup-py' |
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.
My editor auto-removed trailing whitespace in a few places
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.
There is also https://github.com/pytorch/test-infra/blob/main/.github/workflows/build_wheels_windows.yml to complete the set
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Let users of `build_wheels_*.yml` override the `submodules` input of `setup-binary-build`. pytorch/executorch does not need (or want) to do a full recursive submodule checkout.
0eaa31a
to
8db7687
Compare
Whoops right! Fixed. |
Let users of `build_wheels_*.yml` override the `submodules` input of `setup-binary-build`. pytorch/executorch does not need (or want) to do a full recursive submodule checkout.
Let users of
build_wheels_*.yml
override thesubmodules
input ofsetup-binary-build
.pytorch/executorch does not need (or want) to do a full recursive submodule checkout.