Since moving from OTP21 as default OTP in lang/erlang, to OTP24, we no longer have incompatible bytecode versions between default erlang and newer builds. Thus, there is no reason to hard-wire the dependency when a simple PATH will work as expected. Remove broken SRC as build option. PR: 264046 PR: 257235 Reported by: Pat Maddox <pat@patmaddox.com> Sponsored by: SkunkWerks, GmbH
20 lines
382 B
Text
20 lines
382 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Elixir requires a compatible Erlang/OTP runtime. Ensure that you have
|
|
one of the following installed:
|
|
|
|
- lang/erlang
|
|
- lang/erlang-runtime24 or newer
|
|
EOM
|
|
}
|
|
{ type: upgrade
|
|
message: <<EOM
|
|
Elixir requires a compatible Erlang/OTP runtime. Ensure that you have
|
|
one of the following installed:
|
|
|
|
- lang/erlang
|
|
- lang/erlang-runtime24 or newer
|
|
EOM
|
|
}
|
|
]
|