Skip to content

Commit

Permalink
Update to OpenRiak
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Sep 24, 2024
1 parent f74ba92 commit b9eff80
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
- nhse-develop-3.2
- nhse-develop-3.4


jobs:

build:
Expand Down
18 changes: 9 additions & 9 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{minimum_otp_vsn, "22.0"}.
{minimum_otp_vsn, "24.0"}.

{erl_first_files, ["src/gen_nb_server.erl", "src/riak_core_gen_server.erl",
"src/riak_core_stat_xform"]}.
Expand All @@ -16,15 +16,15 @@
{plugins, [{eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar", {branch, "master"}}}]}.

{deps, [
{poolboy, {git, "https://github.com/nhs-riak/poolboy.git", {branch, "nhse-develop-3.2"}}},
{riak_sysmon, {git, "https://github.com/nhs-riak/riak_sysmon.git", {branch, "nhse-develop"}}},
{clique, {git, "https://github.com/nhs-riak/clique.git", {branch, "nhse-develop"}}},
{eleveldb, {git, "https://github.com/nhs-riak/eleveldb.git", {branch, "nhse-develop-3.2"}}},
{riak_ensemble, {git, "https://github.com/nhs-riak/riak_ensemble", {branch, "nhse-develop"}}},
{pbkdf2, {git, "https://github.com/nhs-riak/erlang-pbkdf2.git", {branch, "nhse-develop"}}},
{cluster_info, {git, "https://github.com/nhs-riak/cluster_info.git", {branch, "nhse-develop"}}},
{poolboy, {git, "https://github.com/OpenRiak/poolboy.git", {branch, "nhse-develop-3.2"}}},
{riak_sysmon, {git, "https://github.com/OpenRiak/riak_sysmon.git", {branch, "nhse-develop"}}},
{clique, {git, "https://github.com/OpenRiak/clique.git", {branch, "nhse-develop"}}},
{eleveldb, {git, "https://github.com/OpenRiak/eleveldb.git", {branch, "nhse-develop-3.2"}}},
{riak_ensemble, {git, "https://github.com/OpenRiak/riak_ensemble", {branch, "nhse-develop-3.2"}}},
{pbkdf2, {git, "https://github.com/OpenRiak/erlang-pbkdf2.git", {branch, "nhse-develop"}}},
{cluster_info, {git, "https://github.com/OpenRiak/cluster_info.git", {branch, "nhse-develop"}}},
{exometer_core, "2.0.0"},
{basho_stats, {git, "https://github.com/nhs-riak/basho_stats.git", {branch, "nhse-develop"}}}
{basho_stats, {git, "https://github.com/OpenRiak/basho_stats.git", {branch, "nhse-develop"}}}
]}.

{dialyzer, [{plt_apps, all_deps}]}.
Expand Down

0 comments on commit b9eff80

Please sign in to comment.