24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

rebar.config: Add temporary workaround to compile Jose with Erlang/OTP 27.0

This commit is contained in:
Badlop 2024-05-23 16:48:34 +02:00
parent 83b1a40f8b
commit bedfc2e188

View File

@ -162,6 +162,9 @@
{post, [{compile, {mix, consolidate_protocols}}]}
]}}}.
%% Compiling Jose 1.11.10 with Erlang/OTP 27.0 throws warnings on public_key deprecated functions
{if_rebar3, {overrides, [{del, jose, [{erl_opts, [warnings_as_errors]}]}]}}.
{sub_dirs, ["rel"]}.
{keep_build_info, true}.