Commit 1fc0ec3
fix: add openssl replace_requires to vfx Conan profiles
Conan 2 replaces (not merges) [replace_requires] sections when a child
profile defines its own. Since the vfx profiles define their own
[replace_requires], the openssl mapping from the parent ci_common
profiles was lost after openssl was moved to common-wrappers in 99175a6
and removed from vfx profiles in d95cc87.
This caused builds of packages depending on openssl (e.g. cpython) to
fail with: "Package 'openssl/1.1.1k@aswftesting/ci_common6' not
resolved: Unable to find in remotes."
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Aloys Baillet <aloys.baillet+github@gmail.com>1 parent d95cc87 commit 1fc0ec3
3 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments