You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add --clean option to install_requirements.py (#5348)
Summary:
as titled. remove `cmake-out/` and `pip-out/` before installing ExecuTorch. Android is creating directory name such as `cmake-out-armv8` so removing those as well.
Pull Request resolved: #5348
Test Plan:
Tried on my machine
```
$ bash install_requirements.sh --clean
Cleaning build artifacts...
Cleaning pip-out/...
Cleaning cmake-out-android-arm64-v8a/...
Cleaning cmake-out-android-x86_64/...
Done cleaning build artifacts.
```
Reviewed By: kimishpatel, dbort
Differential Revision: D62648278
Pulled By: larryliu0820
fbshipit-source-id: 3699015fe4b960d8087556cb29388863df10285b
0 commit comments