Skip to content

Commit

Permalink
rebar: Update binary to work with Erlang/OTP 24-27
Browse files Browse the repository at this point in the history
It is compiled from its git repository, main branch,
using erlang:24-slim docker image.

To compile using rebar and Erlang 20.0 up to 23.3,
you can download the old binary from ejabberd 21.12, available at:
  https://github.com/processone/ejabberd/raw/21.12/rebar
  • Loading branch information
badlop committed May 2, 2024
1 parent a2509cd commit 15d9ea9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: make
if: matrix.otp >= 24
- run: REBAR=rebar make
if: matrix.otp < 24
- run: rebar3 compile
- run: rebar3 xref
- run: rebar3 dialyzer
Expand Down
Binary file modified rebar
Binary file not shown.

0 comments on commit 15d9ea9

Please sign in to comment.