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

Improve Makefile contraption. #476

Closed
beorn7 opened this Issue Jan 27, 2015 · 5 comments

Comments

Projects
None yet
4 participants
@beorn7
Copy link
Member

beorn7 commented Jan 27, 2015

If you want to build with your own Go environment, you still have to trigger code-generation in certain cases. That's most comfortable with the Makefiles. But if you run make on top-level, it will download and install its own Go environment. If you run 'make' in a subdirectory with code generation, it will fail...

@beorn7 beorn7 added the enhancement label Jan 27, 2015

@beorn7 beorn7 self-assigned this Jan 27, 2015

@beorn7

This comment has been minimized.

Copy link
Member Author

beorn7 commented Mar 3, 2015

Various people working on this right now. Unassigning myself for now.

@beorn7 beorn7 removed their assignment Mar 3, 2015

@discordianfish

This comment has been minimized.

Copy link
Member

discordianfish commented May 5, 2015

Who is working on this? We now have the Makefile.COMMON but it's not used in prometheus itself.
I just opened prometheus/alertmanager#55 which has a similar issue.

#548 is a alternative to the Makefile triggered code-generation I assume.

@brian-brazil

This comment has been minimized.

Copy link
Member

brian-brazil commented Oct 10, 2015

@fabxc I think we can close this now?

@fabxc

This comment has been minimized.

Copy link
Member

fabxc commented Oct 10, 2015

Yes, syncing an included upstream Makefile did not turn out to be a scalable system.
We should work on a proper centralized system building and packaging releases for all our different components.

@fabxc fabxc closed this Oct 10, 2015

@lock

This comment has been minimized.

Copy link

lock bot commented Mar 24, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 24, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
You can’t perform that action at this time.