Remove uneeded release artifacts - #12324
Merged
Merged
Conversation
This way we will not release unneeded packages like `cabal-benchmarks`.
54 tasks
zlonast
approved these changes
Sep 6, 2026
ulysses4ever
approved these changes
Sep 6, 2026
ulysses4ever
left a comment
Collaborator
There was a problem hiding this comment.
I’d put a big NOTE above this line with a quick note and a reference to the issue. This is a critical place in otherwise boring and bloated (as usual) CI script… i initially thought about introducing a global constant to make it standout more. But maybe just a comment is fine.
Contributor
Merge Queue Status
This pull request spent 3 hours 37 minutes 39 seconds in the queue, including 1 hour 59 minutes 14 seconds running CI. Required conditions to merge
|
This was referenced Sep 8, 2026
Collaborator
Author
|
@mergify backport 3.18 |
Contributor
✅ Backports have been createdDetails
|
2 tasks
mergify Bot
added a commit
that referenced
this pull request
Sep 9, 2026
Backport #12324: Remove uneeded release artifacts
Mikolaj
pushed a commit
to Mikolaj/cabal
that referenced
this pull request
Sep 10, 2026
* Spell options longhand * List source distribution file targets This way we will not release unneeded packages like `cabal-benchmarks`. * Add explanatory note (cherry picked from commit 9b9fe2a)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #12179.
I tested it locally by running
cabal sdist --output-directory out/ Cabal-syntax Cabal-hooks Cabal cabal-install-solver hooks-exe cabal-installand confirming it works as expected.This cannot be backported to
3.16, we used a different release method at the time.