Skip to content

sh clean.sh script that does cleaning #7108

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
Dec 12, 2024
Merged

sh clean.sh script that does cleaning #7108

merged 1 commit into from
Dec 12, 2024

Conversation

mergennachin
Copy link
Contributor

Let's encapsulate important steps inside this single script for cleaning up.

As next steps, I'd like to restart buck as part of this script.

#7083

Copy link

pytorch-bot bot commented Nov 27, 2024

🔗 Helpful Links

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

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

❌ 2 New Failures

As of commit 0b05f47 with merge base de74961 (image):

NEW FAILURES - The following jobs have 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 Nov 27, 2024
@mergennachin mergennachin added the release notes: build Changes related to build, including dependency upgrades, build flags, optimizations, etc. label Nov 27, 2024
clean.sh Outdated
# LICENSE file in the root directory of this source tree

set -eu
rm -rf cmake-out pip-out
Copy link
Contributor

Choose a reason for hiding this comment

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

Could also add cmake-android-out and cmake-out-android-*

Copy link
Contributor Author

Choose a reason for hiding this comment

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

actually not creating sh.clean.sh anymore.

Reusing install_requirements.sh --clean instead.

Let's encapsulate important steps inside this single script for cleaning up.

As next steps, I'd like to restart buck as part of this script.

#7083
@mergennachin mergennachin merged commit 66dcd40 into main Dec 12, 2024
133 of 135 checks passed
@mergennachin mergennachin deleted the my-fork branch December 12, 2024 17:07
@mergennachin mergennachin restored the my-fork branch December 12, 2024 17:07
@mergennachin mergennachin deleted the my-fork branch December 12, 2024 17:07
mergennachin added a commit that referenced this pull request Dec 12, 2024
After #7108 landed, it broke CI, in particular build-llm-demo test.

Here's an example:

https://github.com/pytorch/executorch/actions/runs/12301283060/job/34332275511#logs

It removed a folder than contained android artifacts.

Let's just revert back to 'rm -rf cmake-out'
mergennachin added a commit that referenced this pull request Dec 12, 2024
After #7108 landed, it broke CI, in particular build-llm-demo test.

Here's an example:

https://github.com/pytorch/executorch/actions/runs/12301283060/job/34332275511#logs

It removed a folder than contained android artifacts.

Let's just revert back to 'rm -rf cmake-out'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ciflow/trunk CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. release notes: build Changes related to build, including dependency upgrades, build flags, optimizations, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants