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

Automate Makefile #19

Open
amckinney opened this issue Nov 10, 2021 · 0 comments
Open

Automate Makefile #19

amckinney opened this issue Nov 10, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@amckinney
Copy link
Contributor

The current Makefile setup isn't complete - new users need a variety of tools already installed in order to use it, and running make won't automatically install the dependencies you need. This is prone to version mismatch bugs on different developer machines, and causes a lot of headache to get started with our GitHub action development (this also applies to buf-{lint,breaking,push}-action).

Additionally, we should verify that make build doesn't produce a diff in CI, similar to what we do for make generate in our other repositories.

These are tasks that should have been done from the very beginning, but were left as an afterthought and repeatedly forgotten about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant