Skip to content

Commit 25b935f

Browse files
committed
Also oauth2 and Dialyzer
1 parent 792acac commit 25b935f

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

deps/oauth2_client/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ PLT_APPS = rabbit
1111
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
1212
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
1313

14+
# Required to properly autopatch jose.
15+
ELIXIR = system
16+
1417
include rabbitmq-components.mk
1518
include erlang.mk

deps/rabbit_common/mk/rabbitmq-early-plugin.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
DIALYZER_OPTS ?= -Werror_handling -Wunmatched_returns -Wunknown
66

77
dialyze: ERL_LIBS = $(APPS_DIR):$(DEPS_DIR):$(ELIXIR_LIBS)
8+
dialyze: ELIXIR = sytem
89

910
# --------------------------------------------------------------------
1011
# Common Test flags.

deps/rabbitmq_auth_backend_oauth2/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ dep_base64url = hex 1.0.1
1919

2020
dep_emqtt = git https://github.com/emqx/emqtt.git 1.11.0
2121

22+
# Required to properly autopatch jose.
23+
ELIXIR = system
24+
2225
include ../../rabbitmq-components.mk
2326
include ../../erlang.mk

0 commit comments

Comments
 (0)