Skip to content

Commit

Permalink
rabbit_common: Remove the rabbitmq-github-actions Erlang.mk plugin
Browse files Browse the repository at this point in the history
This is unused after the switch to the "monorepository".
  • Loading branch information
dumbbell committed Nov 17, 2020
1 parent 1005eef commit 778e8da
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 184 deletions.
3 changes: 1 addition & 2 deletions deps/amqp10_client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ DEP_PLUGINS = rabbit_common/mk/rabbitmq-macros.mk \
rabbit_common/mk/rabbitmq-dist.mk \
rabbit_common/mk/rabbitmq-run.mk \
rabbit_common/mk/rabbitmq-test.mk \
rabbit_common/mk/rabbitmq-tools.mk \
rabbit_common/mk/rabbitmq-github-actions.mk
rabbit_common/mk/rabbitmq-tools.mk

DEP_PLUGINS += elvis_mk
dep_elvis_mk = git https://github.com/inaka/elvis.mk.git master
Expand Down
3 changes: 1 addition & 2 deletions deps/rabbit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ DEP_PLUGINS = rabbit_common/mk/rabbitmq-build.mk \
rabbit_common/mk/rabbitmq-dist.mk \
rabbit_common/mk/rabbitmq-run.mk \
rabbit_common/mk/rabbitmq-test.mk \
rabbit_common/mk/rabbitmq-tools.mk \
rabbit_common/mk/rabbitmq-github-actions.mk
rabbit_common/mk/rabbitmq-tools.mk

# FIXME: Use erlang.mk patched for RabbitMQ, while waiting for PRs to be
# reviewed and merged.
Expand Down
3 changes: 1 addition & 2 deletions deps/rabbit_common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ DEP_PLUGINS = $(PROJECT)/mk/rabbitmq-build.mk \
$(PROJECT)/mk/rabbitmq-hexpm.mk \
$(PROJECT)/mk/rabbitmq-dist.mk \
$(PROJECT)/mk/rabbitmq-test.mk \
$(PROJECT)/mk/rabbitmq-tools.mk \
$(PROJECT)/mk/rabbitmq-github-actions.mk
$(PROJECT)/mk/rabbitmq-tools.mk

WITHOUT = plugins/proper

Expand Down
174 changes: 0 additions & 174 deletions deps/rabbit_common/mk/rabbitmq-github-actions.mk

This file was deleted.

4 changes: 0 additions & 4 deletions deps/rabbit_common/mk/rabbitmq-plugin.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@ endif
ifeq ($(filter rabbitmq-tools.mk,$(notdir $(MAKEFILE_LIST))),)
include $(dir $(lastword $(MAKEFILE_LIST)))rabbitmq-tools.mk
endif

ifeq ($(filter rabbitmq-github-actions.mk,$(notdir $(MAKEFILE_LIST))),)
include $(dir $(lastword $(MAKEFILE_LIST)))rabbitmq-github-actions.mk
endif

0 comments on commit 778e8da

Please sign in to comment.