Develop 3.1 otp27 (#443)

* Initial tetsing of OTP27

* Profiles for testing in OTP 27
This commit is contained in:
Martin Sumner 2024-07-15 20:31:00 +01:00 committed by GitHub
parent 86c49bec00
commit 7ac99f05c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 119 additions and 33 deletions

View file

@ -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"}}}
]}.