Skip to content

Commit

Permalink
Tests: Don't disable elixir when compiling ejabberd
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Dec 22, 2023
1 parent 77c0092 commit 22ac5ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ jobs:
./configure --with-rebar=./rebar3 \
--prefix=/tmp/ejabberd \
--enable-all \
--disable-elixir \
--disable-mssql \
--disable-odbc
make update
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
./configure --with-rebar=`which ${{ matrix.rebar }}` \
--prefix=/tmp/ejabberd \
--enable-all \
--disable-elixir \
--disable-odbc
make update
make
Expand Down Expand Up @@ -161,7 +160,6 @@ jobs:
./configure --with-rebar=mix \
--prefix=/tmp/ejabberd \
--enable-all \
--disable-elixir \
--disable-odbc
mix deps.get
make
Expand Down

0 comments on commit 22ac5ab

Please sign in to comment.