We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cfa858 commit a7d60afCopy full SHA for a7d60af
install_executorch.py
@@ -47,6 +47,8 @@ def clean():
47
for d in dirs:
48
print(f"Cleaning {d}...")
49
shutil.rmtree(d, ignore_errors=True)
50
+ print("Cleaning buck-out/...")
51
+ shutil.rmtree("buck-out/", ignore_errors=True)
52
print("Done cleaning build artifacts.")
53
54
0 commit comments