-
Notifications
You must be signed in to change notification settings - Fork 0
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
Vendor in kerl and Homebrew #5
Comments
This should be easy, I guess. What I'd dislike is for us to start reinventing the wheel if stuff exists out there, because our time and energy is limited and maintaining something like this (which attempts to build Erlang in macOS over several versions) will already be cumbersome (we all know the amount of issues that can potentially arrive from the simple build process itself). |
My goal here, is to go through |
To note, it's kind of hard to re-invent the wheel here IMHO. I'm not opposed to using kerl, kerl solves a specific set of problems. As an example, it allows me to build and install and manage many different versions of erlang/otp in my environment. We don't have a need for that, so it's literally just a You may have some other thoughts, that I have not considered though. |
It's not "just" configuration flags, but as stated earlier, I have a goal for this. Kerl does stuff like:
But I do agree we can distil it and use what we need, though I'm pretty sure it won't be a one-liner 😄 |
Similar #3, we should also consider vendoring in kerl. Once again, let's keep third-party code quantified. This also helps with stability as well.
Edit: when we pull stuff in (via
curl
,wget
orgit
) verify that the origin is Ok by comparing SHA checksums or whatever is available.The text was updated successfully, but these errors were encountered: