Skip to content

Remove the need for symlinks when building ExecuTorch on Windows #22081

Description

@mtavenrath

🚀 The feature, motivation and pitch

While Windows does support symlinks, in many corporate environments the ability to create symlinks as a developer is restricted by policy, making it impossible to clone or build ExecuTorch without administrative rights.

Currently, symlinks have to be enabled to clone the repository, and install_executorch.bat checks for symlink support, failing the build if they are not enabled.

It would greatly improve the experience of developers on the Windows platform if the symlink requirement in ExecuTorch could be removed and another mechanism used instead.

Alternatives

No response

Additional context

No response

RFC (Optional)

No response

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions