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:
parent
d65cafae64
commit
bf3f904fe9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/runtime.yml
vendored
2
.github/workflows/runtime.yml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue