Skip to content

Commit 8c12bc5

Browse files
committed
Standardise on pc
When riak is built, bitcask determines which version of pc is used. All other deps are tested with openriak-3.4 pc, so bitcask should use this too.
1 parent b8a5d7b commit 8c12bc5

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

rebar.config

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,12 @@
6363
]}
6464
]}.
6565

66-
{plugins, [pc, {eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar", {branch, "master"}}}]}.
66+
{plugins,
67+
[
68+
{pc, {git, "https://github.com/OpenRiak/port_compiler", {branch, "openriak-3.4"}}},
69+
{eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar", {branch, "master"}}}
70+
]
71+
}.
6772

6873
{provider_hooks,
6974
[

0 commit comments

Comments
 (0)