mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
CI and Runtime: Don't get explicitly dependencies (#4213)
This commit is contained in:
parent
f7dc4fa2ac
commit
025e2a5760
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -127,7 +127,6 @@ jobs:
|
||||
--disable-elixir \
|
||||
--disable-mssql \
|
||||
--disable-odbc
|
||||
make update
|
||||
make
|
||||
|
||||
- run: make install -s
|
||||
|
3
.github/workflows/runtime.yml
vendored
3
.github/workflows/runtime.yml
vendored
@ -67,7 +67,6 @@ jobs:
|
||||
--disable-elixir \
|
||||
--disable-tools \
|
||||
--disable-odbc
|
||||
make update
|
||||
make
|
||||
|
||||
- run: make xref
|
||||
@ -203,7 +202,6 @@ jobs:
|
||||
--prefix=/tmp/ejabberd \
|
||||
--enable-all \
|
||||
--disable-odbc
|
||||
make update
|
||||
make
|
||||
|
||||
- run: make xref
|
||||
@ -340,7 +338,6 @@ jobs:
|
||||
./configure --with-rebar=mix \
|
||||
--prefix=/tmp/ejabberd \
|
||||
--enable-all
|
||||
mix deps.get
|
||||
make
|
||||
|
||||
- run: make xref
|
||||
|
Loading…
Reference in New Issue
Block a user