1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +02:00

Runtime: Don't test rebar2 + OTP 28 because "make rel" fails

When running "make rel":

./rebar  generate
==> rel (generate)
ERROR: generate failed while processing /__w/ejabberd/ejabberd/rel:
{'EXIT',{{badmatch,{error,"Application et is used in release \"ejabberd\" and cannot be excluded"}},
         [{rebar_reltool,generate,2,
                         [{file,"src/rebar_reltool.erl"},{line,53}]},
          {rebar_core,run_modules,4,[{file,"src/rebar_core.erl"},{line,493}]},
          {rebar_core,execute,6,[{file,"src/rebar_core.erl"},{line,418}]},
          {rebar_core,maybe_execute,8,
                      [{file,"src/rebar_core.erl"},{line,302}]},
          {rebar_core,process_dir1,7,[{file,"src/rebar_core.erl"},{line,261}]},
          {rebar_core,process_each,5,[{file,"src/rebar_core.erl"},{line,351}]},
          {rebar_core,process_dir1,7,[{file,"src/rebar_core.erl"},{line,253}]},
          {rebar_core,process_commands,2,
                      [{file,"src/rebar_core.erl"},{line,93}]}]}}
make: *** [Makefile:570: prod] Error 1
This commit is contained in:
Badlop 2025-04-21 19:07:09 +02:00
parent d65cafae64
commit bf3f904fe9

View file

@ -36,6 +36,8 @@ jobs:
exclude: exclude:
- otp: '27' - otp: '27'
rebar: 'rebar' rebar: 'rebar'
- otp: '28'
rebar: 'rebar'
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
container: container:
image: public.ecr.aws/docker/library/erlang:${{ matrix.otp }} image: public.ecr.aws/docker/library/erlang:${{ matrix.otp }}