Skip to content

Commit db71201

Browse files
committed
Add delayed message exchange plugin binary to repository
Downloading it from GHA sometimes fails with "ERROR 503: Egress is over the account limit".
1 parent 80d0cac commit db71201

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
42.8 KB
Binary file not shown.

ci/start-broker.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ wait_for_message() {
1212
done
1313
}
1414

15-
echo "Download required plugins"
16-
wget "https://github.com/rabbitmq/rabbitmq-delayed-message-exchange/releases/download/$DELAYED_MESSAGE_EXCHANGE_PLUGIN_VERSION/rabbitmq_delayed_message_exchange-$DELAYED_MESSAGE_EXCHANGE_PLUGIN_VERSION.ez"
17-
1815
make -C "${PWD}"/tls-gen/basic
1916

2017
mkdir -p rabbitmq-configuration/tls
@@ -39,7 +36,7 @@ docker rm -f rabbitmq 2>/dev/null || echo "rabbitmq was not running"
3936
docker run -d --name rabbitmq \
4037
--network host \
4138
-v "${PWD}"/rabbitmq-configuration:/etc/rabbitmq \
42-
-v "${PWD}"/rabbitmq_delayed_message_exchange-3.11.1.ez:/opt/rabbitmq/plugins/rabbitmq_delayed_message_exchange-3.11.1.ez \
39+
-v "${PWD}"/ci/rabbitmq_delayed_message_exchange-"${DELAYED_MESSAGE_EXCHANGE_PLUGIN_VERSION}".ez:/opt/rabbitmq/plugins/rabbitmq_delayed_message_exchange-"${DELAYED_MESSAGE_EXCHANGE_PLUGIN_VERSION}".ez \
4340
"${RABBITMQ_IMAGE}":"${RABBITMQ_IMAGE_TAG}"
4441

4542
wait_for_message rabbitmq "completed with"

0 commit comments

Comments
 (0)