Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BE] Add --clean option to install_requirements.py (#6137)
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 (cherry picked from commit cb12061) Co-authored-by: Mengwei Liu <[email protected]>
- Loading branch information