Skip to content

Commit

Permalink
Revert to 2.9 rebar
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Dec 4, 2020
1 parent 47cfc4d commit 6922e73
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{erl_opts, [warnings_as_errors,
{platform_define, "^2[0-4]{1}", fsm_deprecated},
{platform_define, "^2[0-1]{1}", fsm_deprecated},
{platform_define, "^1[7-8]{1}", old_rand},
{platform_define, "^17", no_log2},
{platform_define, "^R", no_sync},
Expand All @@ -9,14 +9,12 @@

{xref_checks, [undefined_function_calls,undefined_functions]}.

{eunit_opts, [verbose]}.

{profiles,
[{eqc, [{deps, [meck, fqc]},
{erl_opts, [debug_info, {parse_transform, eqc_cover}]},
{extra_src_dirs, ["test"]}]}
]}.

{deps, [
{lz4, ".*", {git, "https://github.com/martinsumner/erlang-lz4", {tag, "0.2.5"}}}
{lz4, ".*", {git, "https://github.com/szktty/erlang-lz4", {tag, "0.2.4"}}}
]}.

0 comments on commit 6922e73

Please sign in to comment.