From d7b0e753da286361ebad6e07a48aea8fb6007176 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Wed, 12 Jan 2022 11:57:02 +0100 Subject: [PATCH] ci: skip dialyzer race_condition checks backported from 5.0 race_condition check is very RAM demanding --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 25bd95089..fb60981b2 100644 --- a/rebar.config +++ b/rebar.config @@ -17,7 +17,7 @@ deprecated_function_calls,warnings_as_errors,deprecated_functions]}. {dialyzer, [ - {warnings, [unmatched_returns, error_handling, race_conditions]}, + {warnings, [unmatched_returns, error_handling]}, {plt_location, "."}, {plt_prefix, "emqx_dialyzer"}, {plt_apps, all_apps},