Skip to content

Commit

Permalink
Merge pull request #11297 from rabbitmq/rin/rabbitmq-early-test-effec…
Browse files Browse the repository at this point in the history
…iency

Reduce inefficiency introduced in b636f41
  • Loading branch information
pjk25 committed May 22, 2024
2 parents ad6c173 + fef064c commit daf74ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbit_common/mk/rabbitmq-early-test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ endif

DIALYZER_OPTS ?= -Werror_handling

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 ]"))
dialyze: ERL_LIBS = $(APPS_DIR):$(DEPS_DIR):$(DEPS_DIR)/rabbitmq_cli/_build/dev/lib:$(dir $(shell elixir --eval ":io.format '~s~n', [:code.lib_dir :elixir ]"))

# --------------------------------------------------------------------
# %-on-concourse dependencies.
Expand Down

0 comments on commit daf74ff

Please sign in to comment.