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

always delete the build directory before a new build #1495

Closed
worstell opened this issue May 15, 2024 · 0 comments
Closed

always delete the build directory before a new build #1495

worstell opened this issue May 15, 2024 · 0 comments
Assignees

Comments

@worstell
Copy link
Contributor

we don't want stale data to persist between builds. right now, we're explicitly deleting the errors.pb file and the external module stubs directory in the build directory before rebuilding. but we also need main.go to regenerate—we should just delete the entire build directory before regenerating it.

this will fix #1451

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

No branches or pull requests

2 participants