mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
Add observer and runtime_tools in releases when --enable-tools
When --enable-tools, include observer and runtime_tools in the OTP releases, as they are required by "ejabberdctl etop". With this fix, "ejabberdctl etop" works correctly when: * rebar3 + make rel * mix + make dev * mix + make rel
This commit is contained in:
parent
eeb4be6e4b
commit
a2ff5fbfdb
4 changed files with 10 additions and 3 deletions
1
.github/workflows/runtime.yml
vendored
1
.github/workflows/runtime.yml
vendored
|
@ -68,6 +68,7 @@ jobs:
|
|||
--prefix=/tmp/ejabberd \
|
||||
--enable-all \
|
||||
--disable-elixir \
|
||||
--disable-tools \
|
||||
--disable-odbc
|
||||
make update
|
||||
make
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue