Describe the bug
I used to be able to do the following to build the Windows .exe installer:
cd rabbitmq/rabbitmq-server
make RABBITMQ_PACKAGING_REPO=$HOME/development/rabbitmq/rabbitmq-packaging package-windows
...but now it gets caught in a never-ending loop. I will attach a verbose make log.
Reproduction steps
git clone https://github.com/rabbitmq/rabbitmq-server.git
git clone https://github.com/rabbitmq/rabbitmq-packaging.git
cd rabbitmq-server
make RABBITMQ_PACKAGING_REPO=../rabbitmq-packaging package-windows
Expected behavior
Windows release artifacts are built.
Additional context
Current toolset:
elixir 1.18.4
erlang 27.3.4.2
make GNU Make 4.3
OS is Ubuntu 24