Skip to content

[BE] Add --clean option to install_requirements.py #6137

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

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

pytorchbot
Copy link
Collaborator

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.

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.

Reviewers:

Subscribers:

Tasks:

Tags:

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)
Copy link

pytorch-bot bot commented Oct 10, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/6137

Note: Links to docs will display an error until the docs builds have been completed.

❌ 1 New Failure

As of commit c5694c7 with merge base eecf74f (image):

NEW FAILURE - The following job has failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 10, 2024
Copy link
Contributor

@jackzhxng jackzhxng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving, noting that pull / unittest-arm (buck2) / linux-job seem to be a ci infra issue as it is occurring around the same time in both main and release/0.4

@jackzhxng jackzhxng merged commit ab1e671 into release/0.4 Oct 11, 2024
33 of 34 checks passed
@jackzhxng jackzhxng deleted the cherry-pick-5348-by-pytorch_bot_bot_ branch October 11, 2024 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants