Commit 9971ab5
committed
ENH: split CI per Python via variant.use_keys on noarch cuda-python output
The CFEP-25 noarch:python recipe references only ${{ python_min }}, so
rattler-build does not include `python` in that output's variant.
Combined with the non-noarch `cuda-bindings` output (which does use
`python`), conda-smithy's _collapse_subpackage_variants takes the
intersection of used loop vars across outputs, drops `python`, and
collapses all Python variants into a single .ci_support file per
platform — serializing what used to be 6 parallel CI jobs.
Adding `build.variant.use_keys: [python]` to the noarch output forces
`python` back into its variant, restoring the per-Python matrix. The
redundant identical noarch builds dedupe on upload via hash collision.
Mirrors the same pattern used in conda-forge/root-feedstock for its
noarch:generic root_cxx_standard output.1 parent 3006937 commit 9971ab5
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
34 | 42 | | |
35 | 43 | | |
36 | 44 | | |
| |||
0 commit comments