-
Notifications
You must be signed in to change notification settings - Fork 724
Refer "./install_requirements.sh --clean" in documents #7303
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/7303
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit 79d3d30 with merge base df0b06c ( BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
Corresponding GH issue: #7083 |
4d9eb97 to
c28586f
Compare
|
|
||
| set(resolve_buck2_command | ||
| ${PYTHON_EXECUTABLE} ${executorch_root}/build/resolve_buck.py | ||
| --cache_dir=${CMAKE_CURRENT_BINARY_DIR}/buck2-bin |
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.
Move the buck2-bin to root dir, so that it can be cleaned up? Isn't already covered by cleaning up CMAKE_CURRENT_BINARY_DIR (i.e. cmake-out)?
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.
Yeah, did that here
guangy10
left a comment
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.
Looks good.
Summary: Currently, most documents will explicitly ask users to run "rm -rf" But we have a dedicated command that does the cleanup.
c28586f to
79d3d30
Compare
Summary
Currently, most documents will explicitly ask users to run "rm -rf"
But we have a dedicated command that does the cleanup.
Fixes #7083
Test plan
Reproduced all the commands in the .md file. Fixed some of the existing bugs, for instance, in QNN command.