- 
                Notifications
    You must be signed in to change notification settings 
- Fork 706
Closed
Labels
actionableItems in the backlog waiting for an appropriate impl/fixItems in the backlog waiting for an appropriate impl/fixmodule: build/installIssues related to the cmake and buck2 builds, and to installing ExecuTorchIssues related to the cmake and buck2 builds, and to installing ExecuTorchmodule: ciIssues related to continuous integrationIssues related to continuous integration
Milestone
Description
Based on the python docs, and the PyTorch wheel building workflow, building a wheel should just take the following steps:
# Installs deps referenced in pyproject.toml → build-system.requires
$ python3 -m pip install --upgrade build
# Builds the wheel
$ python3 -m build --wheelUnfortunately, since we have a top-level folder called build, I think python is attempting to use that as a module — which is invalid. If we rename the folder from build, we should be able to simplify our CI setup to just those steps.
Although, the effort to rename the folder seems large and daunting. Is it worth the simplified workflow?
Metadata
Metadata
Assignees
Labels
actionableItems in the backlog waiting for an appropriate impl/fixItems in the backlog waiting for an appropriate impl/fixmodule: build/installIssues related to the cmake and buck2 builds, and to installing ExecuTorchIssues related to the cmake and buck2 builds, and to installing ExecuTorchmodule: ciIssues related to continuous integrationIssues related to continuous integration
Type
Projects
Status
Done