WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 5 files changed +4
-13
lines changed
rabbitmq_auth_backend_oauth2 Expand file tree Collapse file tree 5 files changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,5 @@ 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-
1714include rabbitmq-components.mk
1815include erlang.mk
Original file line number Diff line number Diff line change 44
55DIALYZER_OPTS ?= -Werror_handling -Wunmatched_returns -Wunknown
66
7- dialyze : ELIXIR_LIBS = $(dir $(shell readlink -f `which elixir`) ) /../lib
8- dialyze : ERL_LIBS = $(APPS_DIR ) :$(DEPS_DIR ) :$(ELIXIR_LIBS )
9-
107# --------------------------------------------------------------------
118# Common Test flags.
129# --------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -19,8 +19,5 @@ dep_base64url = hex 1.0.1
1919
2020dep_emqtt = git https://github.com/emqx/emqtt.git 1.14.6
2121
22- # Required to properly autopatch jose.
23- ELIXIR = system
24-
2522include ../../rabbitmq-components.mk
2623include ../../erlang.mk
Original file line number Diff line number Diff line change @@ -30,10 +30,6 @@ DEP_PLUGINS = rabbit_common/mk/rabbitmq-build.mk
3030VERBOSE_TEST ?= true
3131MAX_CASES ?= 1
3232
33- # Force enable Elixir in this project since
34- # this is an Elixir application.
35- ELIXIR = system
36-
3733# We are still using Mix for testing.
3834MIX_TEST_OPTS ?= ""
3935MIX_TEST = ERL_COMPILER_OPTIONS=deterministic MIX_ENV=test mix do compile --warnings-as-errors, test --max-cases=$(MAX_CASES ) --warnings-as-errors
Original file line number Diff line number Diff line change 1+ # Force enable Elixir in all projects since
2+ # running dialyzer on any of them requires it
3+ ELIXIR = system
4+
15ifeq ($(.DEFAULT_GOAL ) ,)
26# Define default goal to `all` because this file defines some targets
37# before the inclusion of erlang.mk leading to the wrong target becoming
You can’t perform that action at this time.
0 commit comments