Переглянути джерело

Merge pull request #13488 from thalesmg/20240718-m-mix-fix-machine-dep

chore(new mix build): fix app dependency for release
Thales Macedo Garitezi 1 рік тому
батько
коміт
464e202742
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      apps/emqx_machine/mix.exs

+ 1 - 1
apps/emqx_machine/mix.exs

@@ -30,7 +30,7 @@ defmodule EMQXMachine.MixProject do
       {:emqx_dashboard, in_umbrella: true, runtime: false},
       {:emqx_management, in_umbrella: true, runtime: false},
       UMP.common_dep(:covertool),
-      UMP.common_dep(:system_monitor),
+      UMP.common_dep(:system_monitor, runtime: false),
       UMP.common_dep(:redbug),
     ]
   end