Fix the placement of the vendored archives in the release tarball#6765
Merged
rjbou merged 1 commit intoocaml:masterfrom Nov 4, 2025
Merged
Fix the placement of the vendored archives in the release tarball#6765rjbou merged 1 commit intoocaml:masterfrom
rjbou merged 1 commit intoocaml:masterfrom
Conversation
This was referenced Nov 2, 2025
46fb622 to
0ce16f3
Compare
rjbou
approved these changes
Nov 4, 2025
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.
Fixes #6762
I messed up in #6706 and forgot to check that the archives were at the correct place (and to read the man page correctly).
In 2.5.0~alpha1 the archives are in the tarball (which i did check) but they were in the toplevel directory instead of
src_ext/archives.Per
git-archive(1):So a
--prefixneeds to be inserted before each--add-fileand the "main" prefix needs to be moved to be the last argument as it will be used for all the other files.Backported to the 2.5 branch in #6766