File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
rabbitmq_auth_backend_oauth2 Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,8 @@ PLT_APPS = rabbit
1111DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
1212DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
1313
14+ # Required to properly autopatch jose.
15+ ELIXIR = system
16+
1417include rabbitmq-components.mk
1518include erlang.mk
Original file line number Diff line number Diff line change 55DIALYZER_OPTS ?= -Werror_handling -Wunmatched_returns -Wunknown
66
77dialyze : ERL_LIBS = $(APPS_DIR ) :$(DEPS_DIR ) :$(ELIXIR_LIBS )
8+ dialyze : ELIXIR = sytem
89
910# --------------------------------------------------------------------
1011# Common Test flags.
Original file line number Diff line number Diff line change @@ -19,5 +19,8 @@ dep_base64url = hex 1.0.1
1919
2020dep_emqtt = git https://github.com/emqx/emqtt.git 1.11.0
2121
22+ # Required to properly autopatch jose.
23+ ELIXIR = system
24+
2225include ../../rabbitmq-components.mk
2326include ../../erlang.mk
You can’t perform that action at this time.
0 commit comments