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

Separate the tools and build output from bin folder #135

Closed
dtfranz opened this issue Mar 1, 2023 · 1 comment
Closed

Separate the tools and build output from bin folder #135

dtfranz opened this issue Mar 1, 2023 · 1 comment

Comments

@dtfranz
Copy link
Contributor

dtfranz commented Mar 1, 2023

Currently the build binary output and tool binaries are both getting put into the bin/ folder. This adds a lot of overhead to the docker build context and slows down the builds.
Rukpak uses a separate tools folder with its own go.mod used to pull down the tools it needs. We should add something like this and make the required changes to the Makefile to support that. That will let us keep a separate binary folder for the build output.

@ankitathomas
Copy link
Contributor

Solved with the switch to bingo as of #252

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

No branches or pull requests

2 participants