[Questions] Building RabbitMQ from Source on Ubuntu - invalid(?) mk files #13597
-
Community Support Policy
RabbitMQ version used4.0.7 Erlang version used26.2.x Operating system (distribution) usedUbuntu (docker, FROM ubuntu:22.04) What problem are you trying to solve?I'm trying to build rabbitmq-server with my custom plugins inside docker image ( I've got the following error from
I can workaround it by adding I'm using default
Update:Not related to docker or WSL, but to symbolic links. Many ways to get sources from GitHub to Windows silently (or almost silently) convert symbolic links into files with content equals to path. Right way to do it is:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
How was The build infrastructure is open source (except for certificates, secrets and internal variables): |
Beta Was this translation helpful? Give feedback.
-
Every tier one plugin includes the top-level
|
Beta Was this translation helpful? Give feedback.
@michaelklishin updated a question with answer.