Skip to content

Conversation

@mergify
Copy link

@mergify mergify bot commented Feb 22, 2025

Proposed Changes

This change adds a source-bundle build target to the RabbitMQ Makefile. This target is identical to the existing source-dist target but it also allows for packaging and testing of the source archive.

Types of Changes

What types of changes does your code introduce to this project?
Put an x in the boxes that apply

  • Bug fix (non-breaking change which fixes issue #NNNN)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause an observable behavior change in existing systems)
  • Documentation improvements (corrections, new content, etc)
  • Cosmetic change (whitespace, formatting, etc)
  • Build system and/or CI

Checklist

Put an x in the boxes that apply.
You can also fill these out after creating the PR.
If you're unsure about any of them, don't hesitate to ask on the mailing list.
We're here to help!
This is simply a reminder of what we are going to look for before merging your code.

This target is identical to the existing "source-dist" target, except that it allows for packaging and testing of the source archive. This is done by including the packaging/ and tests/ directories in the output tarball, along with specific subdirectories that are required by tests.

Signed-off-by: Kartik Ganesh <gkart@amazon.com>
(cherry picked from commit aa9e0a5)
(cherry picked from commit ec45d93)
This incorporates PR feedback from @michaelklishin

Signed-off-by: Kartik Ganesh <gkart@amazon.com>
(cherry picked from commit 741e04b)
(cherry picked from commit 3415fa8)
@mergify mergify bot added the make label Feb 22, 2025
@michaelklishin michaelklishin added this to the 4.0.7 milestone Feb 22, 2025
@michaelklishin michaelklishin merged commit bc562ec into v4.0.x Feb 22, 2025
263 of 265 checks passed
@michaelklishin michaelklishin deleted the mergify/bp/v4.0.x/pr-13395 branch February 22, 2025 01:19
@michaelklishin
Copy link
Collaborator

@kartg this breaks

gmake package-generic-unix

in this repo, so I will revert. I cannot immediately tell why but it can be reproduced in multiple different environments.

https://github.com/rabbitmq/server-packages/actions/runs/13468260488/job/37638171804 is currently waiting for a runner but it should fail there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants