aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-05-04 14:51:01 +0200
committerLoïc Hoguin <[email protected]>2023-05-04 14:51:01 +0200
commit2f61a6cfc060cc2e88cf67a27516c9f4a9f97b1b (patch)
tree151cf65cfbb8e1432dd854d4ba613fc359c55f6b /test
parentca57fa51f4b0610060c2d9eb56101bb4a33ad8c9 (diff)
downloaderlang.mk-2f61a6cfc060cc2e88cf67a27516c9f4a9f97b1b.tar.gz
erlang.mk-2f61a6cfc060cc2e88cf67a27516c9f4a9f97b1b.tar.bz2
erlang.mk-2f61a6cfc060cc2e88cf67a27516c9f4a9f97b1b.zip
Remove rabbit/amqp_client packages and patches
We expect users to fetch these projects from hex.pm now and the packages no longer worked.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 0517684..1ef7584 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -167,7 +167,7 @@ $(eval $(foreach t,$(patsubst %.mk,%,$(patsubst plugin_%,%,$(wildcard plugin_*.m
# Packages.
PACKAGES = $(foreach pkg,$(sort $(wildcard ../index/*.mk)),$(notdir $(basename $(pkg))))
-EXCLUDE_FROM_CHECK = ['ci.erlang.mk', esh_mk, hexer_mk, inaka_mk, 'lfe.mk', rabbitmq_codegen]
+EXCLUDE_FROM_CHECK = ['ci.erlang.mk', esh_mk, hexer_mk, inaka_mk, 'lfe.mk']
packages: $(addprefix pkg-,$(PACKAGES))