Skip to content

Commit

Permalink
Do not compile luerl (dependency of nkservice)
Browse files Browse the repository at this point in the history
Override minimum_otp_vsn for worker_pool
(We still use Erlang 26/25 on CI
  • Loading branch information
arcusfelis committed Jul 25, 2024
1 parent c5735e9 commit d467961
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,9 @@
%% GraphQL pulls geas_rebar3, which is a dev dependency
%% geas takes some time to compile, but we do not need it
{override, graphql, [{plugins, [rebar3_hex]}]},
{override, worker_pool, [{minimum_otp_vsn, "24"}]}
{override, worker_pool, [{minimum_otp_vsn, "24"}]},
%% Ignore luerl dependency
{override, nkservice, [{deps, []}]}
]}.

{dialyzer, [
Expand Down
4 changes: 0 additions & 4 deletions rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@
{<<"lager">>,{pkg,<<"lager">>,<<"3.9.2">>},0},
{<<"lasse">>,{pkg,<<"lasse">>,<<"1.2.0">>},0},
{<<"lhttpc">>,{pkg,<<"lhttpc">>,<<"1.6.2">>},1},
{<<"luerl">>,
{git,"https://github.com/rvirding/luerl.git",
{ref,"5e61c1838d08430af67fb870995b05a41d64aeee"}},
2},
{<<"lz4">>,
{git,"https://github.com/szktty/erlang-lz4.git",
{ref,"e7ccf4fc9a806982055f26772522c3543c89d1b5"}},
Expand Down

0 comments on commit d467961

Please sign in to comment.