fix(rebar.config): do not restart emqx_machine

This commit is contained in:
Zaiming Shi 2021-08-02 23:14:41 +02:00
parent 3cda69fa3f
commit ebf897a14c
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ common_compile_opts() ->
, {compile_info, [{emqx_vsn, get_vsn()}]}
, {d, snk_kind, msg}
] ++
[{d, 'EMQX_DEP_APPS', AppNames -- [emqx]}] ++
[{d, 'EMQX_DEP_APPS', AppNames -- [emqx, emqx_machine]}] ++
[{d, 'EMQX_ENTERPRISE'} || is_enterprise()] ++
[{d, 'EMQX_BENCHMARK'} || os:getenv("EMQX_BENCHMARK") =:= "1" ].