Skip to content
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

chore: make clean should clean tools/bin #2945

Merged
merged 3 commits into from
Mar 18, 2024
Merged

Conversation

zirain
Copy link
Member

@zirain zirain commented Mar 16, 2024

No description provided.

Signed-off-by: zirain <zirain2009@gmail.com>
@zirain zirain requested a review from a team as a code owner March 16, 2024 12:52
Copy link

codecov bot commented Mar 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.57%. Comparing base (366e990) to head (2aa1ae5).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2945      +/-   ##
==========================================
- Coverage   64.59%   64.57%   -0.02%     
==========================================
  Files         122      122              
  Lines       21115    21115              
==========================================
- Hits        13640    13636       -4     
- Misses       6629     6632       +3     
- Partials      846      847       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@arkodg arkodg left a comment

Choose a reason for hiding this comment

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

lets add a tools.clean and add this rm under it, with the definition living under
https://github.com/envoyproxy/gateway/blob/main/tools/make/tools.mk

Signed-off-by: zirain <zirain2009@gmail.com>
rm -rf $(tools.bindir)

.PHONY: clean
clean: ## Remove all files that are created during builds.
Copy link
Contributor

Choose a reason for hiding this comment

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

umm there's already a clean target under go.mk

Copy link
Member Author

Choose a reason for hiding this comment

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

there's another one in docs.mk, just follow the old way.

Copy link
Contributor

Choose a reason for hiding this comment

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

ah so make clean will call all of them ?

@arkodg arkodg requested review from a team March 17, 2024 00:09
@zirain zirain merged commit f9a750b into envoyproxy:main Mar 18, 2024
18 of 19 checks passed
@zirain zirain deleted the make-clean branch March 18, 2024 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants