Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-12 | Append -native to ERLANG_HIPE installations | Loïc Hoguin | |
2018-09-12 | Prevent kerl from being deleted uncorrectly | Loïc Hoguin | |
2018-08-01 | Filter out the old OTP versions from LATEST_ERLANG_OTP | Loïc Hoguin | |
2018-05-15 | Don't use release candidates when LATEST_ERLANG_OTP=12018.05.15 | Loïc Hoguin | |
2018-05-02 | Add LATEST_ERLANG_OTP=1 to automatically select the latest build | Loïc Hoguin | |
I need this for CI because I want to run Dialyzer only against the most recent OTP after tests have passed everywhere. Left undocumented for now. [ci skip] | |||
2017-08-23 | Ensure the current shell knows about PATH when pinning OTP | Loïc Hoguin | |
2017-08-16 | More improvements to version pinning | Loïc Hoguin | |
The output of kerl will now be printed, and the way we do the recursive invocation for building the Erlang/OTP version we want should be more solid. | |||
2017-08-15 | Prevent recursion when building a pinned Erlang/OTP | Loïc Hoguin | |
Also add a user friendly message to inform the user of what we are doing. | |||
2017-08-14 | Add experimental pinning of Erlang/OTP version | Loïc Hoguin | |
By defining the ERLANG_OTP or ERLANG_HIPE variable, you can let Erlang.mk manage which version of Erlang/OTP will be used for your project. It will build it if necessary, and will activate it automatically when make is invoked. |