fix: add openssl replace_requires to vfx Conan profiles - #381
Draft
aloysbaillet wants to merge 5 commits into
Draft
fix: add openssl replace_requires to vfx Conan profiles#381aloysbaillet wants to merge 5 commits into
aloysbaillet wants to merge 5 commits into
Conversation
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.
Summary
[replace_requires]sections when a child profile defines its own. After openssl was moved tocommon-wrappers(99175a6) and removed from vfx profiles (d95cc87), the openssl mapping from parentci_common*profiles was silently lost. Adds explicitopenssl/*entries to vfx2024, vfx2025, and vfx2026 profiles.packages/common/Dockerfilewas hardcodingASWF_PYSIDE_CLANG_VERSIONtoASWF_CLANG_VERSION, ignoring the ARG fromversions.yaml. This caused PySide to use the wrong clang version.id=aswf-conan-cacheandid=aswf-ccacheto BuildKit cache mounts in both the package builder and CI image Dockerfiles for more predictable cache sharing.Test plan
🤖 Generated with Claude Code