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

Simplify build process #1031

Open
bartoszmajsak opened this issue Jul 13, 2022 · 1 comment
Open

Simplify build process #1031

bartoszmajsak opened this issue Jul 13, 2022 · 1 comment
Labels
internal/infra Internal: related to project build / setup / release kind/enhancement Kind: New feature or improvement

Comments

@bartoszmajsak
Copy link
Contributor

bartoszmajsak commented Jul 13, 2022

What can be improved

Makefile grew quite a bit. We should review and simplify the build experience.

Few things worth investigating:

  1. container-related targets should establish some helpful relationships e.g. pushing would trigger image build.
  2. similarly looking commands can have certain bits extracted to an alias or even generic target
  3. time to split the Makefile by responsibilities? (such as build.mk, deps.mk, container.mk, bundle.mk, deploy.mk and so on - whatever makes best sense)
Why

Fewer targets - easier for devs to reason about the build process. Simplification is always better :)

@bartoszmajsak bartoszmajsak added the kind/enhancement Kind: New feature or improvement label Jul 13, 2022
@bartoszmajsak bartoszmajsak added the internal/infra Internal: related to project build / setup / release label Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal/infra Internal: related to project build / setup / release kind/enhancement Kind: New feature or improvement
Projects
None yet
Development

No branches or pull requests

1 participant