Thanks to visit codestin.com
Credit goes to github.com

Skip to content

make package-windows results in never-ending make loop #14440

@lukebakken

Description

@lukebakken

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions