1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 17:59:31 +02:00

Runtime: Use --with-min-erlang to bypass Erlang 25 soft requirement

This commit is contained in:
Badlop 2025-05-26 15:07:31 +02:00
parent 9bc991cb7d
commit c10e6ded78

View file

@ -46,11 +46,6 @@ jobs:
- uses: actions/checkout@v4
- name: Temporarily reenable compilation with Erlang/OTP 20
if: matrix.otp < 25
run: |
sed -i "s|13.0 |9.0.5 |g" configure.ac
- name: Get old compatible Rebar binaries
if: matrix.otp < 24
run: |
@ -94,6 +89,7 @@ jobs:
./autogen.sh
./configure --with-rebar=./${{ matrix.rebar }} \
--prefix=/tmp/ejabberd \
--with-min-erlang=9.0.5 \
--enable-all \
--disable-elixir \
--disable-tools \