-
Notifications
You must be signed in to change notification settings - Fork 630
remove buck cache and metadata when ./installaton.sh --clean #12778
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/12778
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 9 PendingAs of commit 2a44df9 with merge base 6afe388 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D78842886 |
This PR needs a
|
install_executorch.py
Outdated
@@ -50,6 +50,11 @@ def clean(): | |||
print("Cleaning buck-out/...") | |||
shutil.rmtree("buck-out/", ignore_errors=True) | |||
|
|||
# Removes all buck cached state and metadata | |||
print("Cleaning buck cached state and metadata ...") | |||
subprocess.run(["rm", "-rf", os.path.expanduser("~/.buck/buckd")], check=True) |
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.
Can you use shutil.rmtree
8a4bd1a
to
7b63826
Compare
…#12778) Summary: as title Differential Revision: D78842886
This pull request was exported from Phabricator. Differential Revision: D78842886 |
…#12778) Summary: as title Reviewed By: larryliu0820 Differential Revision: D78842886
7b63826
to
6f7e437
Compare
This pull request was exported from Phabricator. Differential Revision: D78842886 |
…#12778) Summary: as title Reviewed By: larryliu0820 Differential Revision: D78842886
6f7e437
to
c8dac1a
Compare
This pull request was exported from Phabricator. Differential Revision: D78842886 |
…#12778) Summary: as title Reviewed By: larryliu0820 Differential Revision: D78842886
c8dac1a
to
9172bc6
Compare
…#12778) Summary: as title Reviewed By: larryliu0820 Differential Revision: D78842886
9172bc6
to
c9aa33c
Compare
This pull request was exported from Phabricator. Differential Revision: D78842886 |
…#12778) Summary: Pull Request resolved: pytorch#12778 as title Reviewed By: larryliu0820 Differential Revision: D78842886
This pull request was exported from Phabricator. Differential Revision: D78842886 |
c9aa33c
to
2a44df9
Compare
@pytorchbot cherry-pick --onto release/0.7 -c release |
Cherry picking #12778The cherry pick PR is at #12830 The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Summary:
as title
Rollback Plan:
Differential Revision: D78842886