Skip to content

Commit ea015da

Browse files
committed
Make app lists align
Otherwise issues with deps when running `./rebar3 do escriptize`
1 parent 8a5184c commit ea015da

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

rebar.config

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,12 @@
3131
{parse_transform, lager_transform}]}.
3232

3333
{escript_incl_apps, [
34-
bear,
3534
folsom,
3635
getopt,
37-
goldrush,
3836
ibrowse,
3937
lager,
40-
lz4,
41-
%% meck,
4238
mochiweb,
43-
%% proper,
44-
protobuffs,
45-
riak_pb,
46-
riakc,
47-
snappy
39+
riakc
4840
]}.
4941

5042
%% When using the Java client bench driver, please use the -N and -C

src/basho_bench.app.src

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@
55
{registered, [ basho_bench_sup ]},
66
{applications, [kernel,
77
stdlib,
8+
sasl,
9+
getopt,
10+
ibrowse,
811
lager,
9-
sasl]},
12+
mochiweb,
13+
riakc,
14+
folsom]},
1015
{mod, {basho_bench_app, []}},
1116
{env, [
1217
%% Run mode: How should basho_bench started as a separate node, or part of an

0 commit comments

Comments
 (0)