Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extra patches path #17520

Draft
wants to merge 1 commit into
base: develop2
Choose a base branch
from

Conversation

memsharded
Copy link
Member

Changelog: Feature: Allow applying patches on "create" time for conan-center-index like layouts from an external centralized folder.
Docs: https://github.com/conan-io/docs/pull/XXXX

Close #17360

Some constraints:

  • Recipes must have export_conandata_patches() call
  • Recipes must have the conandata.yml with a patches entry (otherwise export_conandata_patches fails anyway)
  • It only works after a trim_conandata(). If not it will most likely crash.

@memsharded memsharded added this to the 2.12.0 milestone Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature] consider ability to apply/inject arbitrary patches to recipe without forking repository
1 participant