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

[REQ] Cache build steps if not modified #406

Open
1 task
keithmattix opened this issue Oct 16, 2024 · 1 comment
Open
1 task

[REQ] Cache build steps if not modified #406

keithmattix opened this issue Oct 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@keithmattix
Copy link

What kind of request is this?

None

What is your request or suggestion?

not sure if this is possible, but it would be great to be able to cache previous build steps (maybe as image layers or something) so that I can put expensive ones first (e.g. compiling protobuf). That way, if I don't change the build script, I don't have to run them again

Are you willing to submit PRs to contribute to this feature request?

  • Yes, I am willing to implement it.
@keithmattix keithmattix added the enhancement New feature or request label Oct 16, 2024
@cpuguy83
Copy link
Member

cpuguy83 commented Dec 4, 2024

maybe as image layers or something)

This we cannot do.

What we can do is setup caching like ccache, go mod/build caches, etc.

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

2 participants