File tree Expand file tree Collapse file tree 12 files changed +25
-0
lines changed
rabbitmq_auth_backend_oauth2
rabbitmq_consistent_hash_exchange
rabbitmq_management_agent
rabbitmq_recent_history_exchange Expand file tree Collapse file tree 12 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 16
16
17
17
DIALYZER_OPTS ?= -Werror_handling
18
18
19
+ dialyze : ERL_LIBS := $(ERL_LIBS ) :$(DEPS_DIR ) :$(DEPS_DIR ) /rabbitmq_cli/_build/dev/lib:$(dir $(shell elixir --eval ":io.format '~s~n', [:code.lib_dir :elixir ]") )
20
+
19
21
# --------------------------------------------------------------------
20
22
# %-on-concourse dependencies.
21
23
# --------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ BUILD_DEPS = rabbit_common oauth2_client
10
10
DEPS = rabbit cowlib jose base64url oauth2_client
11
11
TEST_DEPS = cowboy rabbitmq_web_dispatch rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client rabbitmq_mqtt emqtt
12
12
13
+ PLT_APPS += rabbitmqctl
14
+
13
15
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
14
16
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
15
17
Original file line number Diff line number Diff line change 8
8
DEPS = rabbit_common rabbit khepri khepri_mnesia_migration
9
9
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client
10
10
11
+ PLT_APPS += mnesia rabbitmqctl
12
+
11
13
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
12
14
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
13
15
Original file line number Diff line number Diff line change 20
20
DEPS = rabbit_common rabbit rabbitmq_web_dispatch
21
21
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
22
22
LOCAL_DEPS += xmerl ranch ssl crypto public_key
23
+
24
+ PLT_APPS += rabbitmqctl
25
+
23
26
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
24
27
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
25
28
Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ LOCAL_DEPS = ssl
47
47
DEPS = ranch rabbit_common rabbit ra amqp10_common
48
48
TEST_DEPS = emqtt ct_helper rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_management rabbitmq_web_mqtt amqp_client rabbitmq_consistent_hash_exchange rabbitmq_amqp1_0 amqp10_client rabbitmq_stomp rabbitmq_stream
49
49
50
+ PLT_APPS += rabbitmqctl elixir
51
+
50
52
dep_ct_helper = git https://github.com/extend/ct_helper.git master
51
53
dep_emqtt = git https://github.com/rabbitmq/emqtt.git master
52
54
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ PROJECT_MOD = rabbit_prelaunch_app
6
6
DEPS = rabbit_common cuttlefish thoas
7
7
dep_cuttlefish = hex 3.1.0
8
8
9
+ PLT_APPS += runtime_tools eunit osiris systemd
10
+
9
11
DEP_PLUGINS = rabbit_common/mk/rabbitmq-build.mk
10
12
11
13
include ../../rabbitmq-components.mk
Original file line number Diff line number Diff line change 8
8
DEPS = rabbit_common rabbit khepri khepri_mnesia_migration
9
9
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client
10
10
11
+ PLT_APPS += mnesia
12
+
11
13
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
12
14
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
13
15
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ LOCAL_DEPS = crypto
25
25
26
26
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_amqp1_0 meck
27
27
28
+ PLT_APPS += rabbitmqctl
29
+
28
30
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
29
31
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk elvis_mk
30
32
dep_elvis_mk = git https://github.com/inaka/elvis.mk.git master
Original file line number Diff line number Diff line change 33
33
DEPS = ranch rabbit_common rabbit amqp_client
34
34
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
35
35
36
+ PLT_APPS += rabbitmqctl elixir
37
+
36
38
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
37
39
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
38
40
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ LOCAL_DEPS = ssl
25
25
DEPS = rabbit rabbitmq_stream_common osiris ranch
26
26
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client
27
27
28
+ PLT_APPS += rabbitmqctl elixir
29
+
28
30
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
29
31
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
30
32
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ LOCAL_DEPS = ssl
21
21
DEPS = rabbit_common rabbit cowboy rabbitmq_mqtt
22
22
TEST_DEPS = emqtt rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_management
23
23
24
+ PLT_APPS += rabbitmqctl elixir cowlib
25
+
24
26
# FIXME: Add Ranch as a BUILD_DEPS to be sure the correct version is picked.
25
27
# See rabbitmq-components.mk.
26
28
BUILD_DEPS += ranch
Original file line number Diff line number Diff line change 22
22
DEPS = cowboy rabbit_common rabbit rabbitmq_stomp
23
23
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
24
24
25
+ PLT_APPS += cowlib
26
+
25
27
# FIXME: Add Ranch as a BUILD_DEPS to be sure the correct version is picked.
26
28
# See rabbitmq-components.mk.
27
29
BUILD_DEPS += ranch
You can’t perform that action at this time.
0 commit comments