summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRin Kuryloski <kuryloskip@vmware.com>2023-05-16 17:33:40 +0200
committerRin Kuryloski <kuryloskip@vmware.com>2023-05-16 19:24:52 +0200
commit7cd1cfb1bb0e5c7d8bedb45c209d6c76c53d4565 (patch)
tree34be3aa23a615a8b94ed3c2ded555671fcc1730d
parent186f7466a4ac7341a5d117534226ec23017e5286 (diff)
downloadrabbitmq-server-git-rin/check-more-apps-in-bazel-make-comparison-workflow.tar.gz
-rw-r--r--deps/amqp_client/BUILD.bazel5
-rw-r--r--deps/amqp_client/Makefile2
2 files changed, 4 insertions, 3 deletions
diff --git a/deps/amqp_client/BUILD.bazel b/deps/amqp_client/BUILD.bazel
index 7066620030..4ed5876ff2 100644
--- a/deps/amqp_client/BUILD.bazel
+++ b/deps/amqp_client/BUILD.bazel
@@ -29,7 +29,7 @@ APP_EXTRA_KEYS = """%% Hex.pm package informations.
{licenses, ["MPL-2.0"]},
{links, [
{"Website", "https://www.rabbitmq.com/"},
- {"GitHub", "https://github.com/rabbitmq/rabbitmq-server/deps/amqp_client"},
+ {"GitHub", "https://github.com/rabbitmq/rabbitmq-server/tree/main/deps/amqp_client"},
{"User guide", "https://www.rabbitmq.com/erlang-client-user-guide.html"}
]},
{build_tools, ["make", "rebar3"]},
@@ -41,7 +41,8 @@ APP_EXTRA_KEYS = """%% Hex.pm package informations.
"Makefile",
"rabbitmq-components.mk",
"README",
- "README.md"
+ "README.md",
+ "src"
]}
"""
diff --git a/deps/amqp_client/Makefile b/deps/amqp_client/Makefile
index 5a2a733e59..c873f300e5 100644
--- a/deps/amqp_client/Makefile
+++ b/deps/amqp_client/Makefile
@@ -39,7 +39,7 @@ endef
# Release artifacts are put in $(PACKAGES_DIR).
PACKAGES_DIR ?= $(abspath PACKAGES)
-LOCAL_DEPS = xmerl
+LOCAL_DEPS = xmerl ssl public_key
DEPS = rabbit_common credentials_obfuscation
TEST_DEPS = rabbitmq_ct_helpers rabbit meck