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

make check command to check if dependencies needed to build the project are installed. #1266

Closed
alisondy opened this issue Mar 4, 2022 · 1 comment · Fixed by #1347
Closed

Comments

@alisondy
Copy link

alisondy commented Mar 4, 2022

I would like a make check command to see if I have the appropriate dependencies installed.

If this exists already, please refer me to the appropriate documentation and close this issue.

@ihcsim
Copy link
Contributor

ihcsim commented Mar 9, 2022

AFAICT, we don't have this. At the minimum, check should confirm the presence and version of go, git, docker, golangci-lint and kubectl, for development tasks. We have some shell scripts that use kind, minikube, helm etc. - I think these should be optional. And goreleaser and aws are needed only for releases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants