Develop 3.1 otp27 (#443)
* Initial tetsing of OTP27 * Profiles for testing in OTP 27
This commit is contained in:
parent
86c49bec00
commit
7ac99f05c7
6 changed files with 119 additions and 33 deletions
|
@ -1,7 +1,5 @@
|
|||
{minimum_otp_vsn, "22.3"}.
|
||||
|
||||
{erl_opts, [warnings_as_errors]}.
|
||||
|
||||
{xref_checks,
|
||||
[undefined_function_calls,undefined_functions,
|
||||
locals_not_used,
|
||||
|
@ -22,11 +20,14 @@
|
|||
{plugins, [rebar_eqc]}
|
||||
]},
|
||||
{test, [{extra_src_dirs, ["test/end_to_end", "test/property"]}
|
||||
]}
|
||||
]},
|
||||
{perf_full, [{erl_opts, [{d, perf_full}]}]},
|
||||
{perf_mini, [{erl_opts, [{d, perf_mini}]}]},
|
||||
{perf_prof, [{erl_opts, [{d, perf_prof}]}]}
|
||||
]}.
|
||||
|
||||
{deps, [
|
||||
{lz4, ".*", {git, "https://github.com/nhs-riak/erlang-lz4", {branch, "nhse-develop"}}},
|
||||
{lz4, ".*", {git, "https://github.com/nhs-riak/erlang-lz4", {branch, "nhse-develop-otp27"}}},
|
||||
{zstd, ".*", {git, "https://github.com/nhs-riak/zstd-erlang", {branch, "nhse-develop"}}}
|
||||
]}.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue