Merge pull request #56 from richcarl/use-emqx-fork

Use emqx fork of erlang-rocksdb
This commit is contained in:
Richard Carlsson 2024-09-09 14:04:40 +02:00 committed by GitHub
commit ece9db2b09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
{deps, {deps,
[ [
{sext, "1.8.0"}, {sext, "1.8.0"},
{rocksdb, {git, "https://gitlab.com/barrel-db/erlang-rocksdb.git", {tag,"1.8.0"}}}, {rocksdb, {git, "https://github.com/emqx/erlang-rocksdb.git", {tag,"1.8.0-emqx-6"}}},
{hut, "1.4.0"} {hut, "1.4.0"}
]}. ]}.

View File

@ -1,8 +1,8 @@
{"1.2.0", {"1.2.0",
[{<<"hut">>,{pkg,<<"hut">>,<<"1.4.0">>},0}, [{<<"hut">>,{pkg,<<"hut">>,<<"1.4.0">>},0},
{<<"rocksdb">>, {<<"rocksdb">>,
{git,"https://gitlab.com/barrel-db/erlang-rocksdb.git", {git,"https://github.com/emqx/erlang-rocksdb.git",
{ref,"fced5f637de7991c5948e28414ba3790b0476c4b"}}, {ref,"1f02f720b91fb53f9535f68548c31280b345d029"}},
0}, 0},
{<<"sext">>,{pkg,<<"sext">>,<<"1.8.0">>},0}]}. {<<"sext">>,{pkg,<<"sext">>,<<"1.8.0">>},0}]}.
[ [