Skip to content

Conversation

@Bill-hbrhbr
Copy link
Contributor

@Bill-hbrhbr Bill-hbrhbr commented Oct 7, 2025

Description

This PR enhances cmake:install-remote-tar to support custom arguments for tar extraction, making it more flexible for diverse project layouts.

This feature is useful for C++ projects where the core source or CMake files are nested deep within a larger repository structure (for example, under additional directories containing documentation, scripts, or unrelated content).

By allowing users to pass custom extraction parameters (such as include/exclude patterns and component stripping levels), we make the task more adaptable to complex archive layouts and reduce the need for manual pre-processing steps.

Checklist

  • The PR satisfies the contribution guidelines.
  • This is a breaking change and that has been indicated in the PR title, OR this isn't a
    breaking change.
  • Necessary docs have been updated, OR no docs need to be updated.

Validation performed

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 7, 2025

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Bill-hbrhbr Bill-hbrhbr changed the title feat(cmake): Add tar extraction args feat(cmake): Add tar extraction custom arguments to cmake:install-remote-tar. Oct 7, 2025
@Bill-hbrhbr Bill-hbrhbr changed the title feat(cmake): Add tar extraction custom arguments to cmake:install-remote-tar. feat(cmake): Add tar extraction customization support to cmake:install-remote-tar. Oct 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant