Skip to content

workflow: auto-resolve conanfile path from config.yml#71

Closed
sparknack wants to merge 1 commit intomasterfrom
ci/auto-resolve-conanfile-path
Closed

workflow: auto-resolve conanfile path from config.yml#71
sparknack wants to merge 1 commit intomasterfrom
ci/auto-resolve-conanfile-path

Conversation

@sparknack
Copy link
Collaborator

Instead of requiring manual conanfile_path input (defaulting to all/conanfile.py), automatically resolve the correct folder from each package's config.yml based on package name and version.

This ensures packages with non-standard folders (openssl, cmake, b2, onetbb, folly, etc.) are built with the correct recipe without relying on the user to remember the right path.

The conanfile_path input is kept as an optional override.

Instead of requiring manual conanfile_path input (defaulting to
all/conanfile.py), automatically resolve the correct folder from
each package's config.yml based on package name and version.

This ensures packages with non-standard folders (openssl, cmake,
b2, onetbb, folly, etc.) are built with the correct recipe without
relying on the user to remember the right path.

The conanfile_path input is kept as an optional override.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@sparknack sparknack changed the title CI: auto-resolve conanfile path from config.yml workflow: auto-resolve conanfile path from config.yml Feb 10, 2026
@sparknack sparknack closed this Feb 11, 2026
@sparknack sparknack deleted the ci/auto-resolve-conanfile-path branch February 11, 2026 08:37
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

Comments