Skip to content

Commit

Permalink
Erlang 19 is not supported for 3.x
Browse files Browse the repository at this point in the history
It doesn't really work as we have functionality relying on 20.0+
features. One particular instance is in [1].

Issue: #3571

[1] https://github.com/apache/couchdb/blob/ce596c65d9d7f0bc5d9937bcaf6253b343015690/src/couch/src/couch_emsort.erl#L363-L366
  • Loading branch information
nickva committed Jun 5, 2021
1 parent e580d71 commit 03ae438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config.script
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ ErlOpts = case os:getenv("ERL_OPTS") of
end.

AddConfig = [
{require_otp_vsn, "19|20|21|22|23|24"},
{require_otp_vsn, "20|21|22|23|24"},
{deps_dir, "src"},
{deps, lists:map(MakeDep, DepDescs ++ OptionalDeps)},
{sub_dirs, SubDirs},
Expand Down

0 comments on commit 03ae438

Please sign in to comment.