Przeglądaj źródła

fix(rebar.config): do not restart emqx_machine

Zaiming Shi 4 lat temu
rodzic
commit
ebf897a14c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      rebar.config.erl

+ 1 - 1
rebar.config.erl

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