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

Add gogeninstall, depsinstall Makefile recipes #474

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

atc0005
Copy link
Owner

@atc0005 atc0005 commented Feb 2, 2023

Add new Makefile recipes common to other projects
that I maintain:

  • gogeninstall
    • installs dependencies needed for go generate usage
  • depsinstall
    • installs build dependencies (e.g., nfpm)
    • calls gogeninstall recipe
    • intended as the "entry point" for common/shared GHAWs

refs GH-471

Add new Makefile recipes common to other projects
that I maintain:

- gogeninstall
  - installs dependencies needed for `go generate` usage
- depsinstall
  - installs build dependencies (e.g., nfpm)
  - calls gogeninstall recipe
  - intended as the "entry point" for common/shared GHAWs

refs GH-471
@atc0005 atc0005 added enhancement New feature or request dependencies builds labels Feb 2, 2023
@atc0005 atc0005 added this to the Next Release milestone Feb 2, 2023
@atc0005 atc0005 self-assigned this Feb 2, 2023
@atc0005 atc0005 merged commit e404ed7 into master Feb 2, 2023
@atc0005 atc0005 deleted the i471-add-gogeninstall-depsinstall-makefile-recipes branch February 2, 2023 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant