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:
parent
9bc991cb7d
commit
c10e6ded78
1 changed files with 1 additions and 5 deletions
6
.github/workflows/runtime.yml
vendored
6
.github/workflows/runtime.yml
vendored
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue