You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brings in v13.3.1 (sha 5d21c94f...) and the cuda-core/cudla test
additions. Resolves recipe/recipe.yaml `context.number` by setting
it to 1 to capture this PR's build-graph changes on top of the
13.3.1 release.
Also folds in the noarch-dedupe wiring on the cuda-python output:
* Adds explicit `build.string: py_min_${{ python_min }}_${{ number }}`
so all variant.use_keys: [python] builds produce the same artifact
filename and collide on upload (matches root-feedstock's pattern).
* Loosens the noarch test from `python ${{ python_min }}.*` to
`python >=${{ python_min }}` so the test environment can pick the
variant's Python and resolve against the locally-built
cuda-bindings ABI (matches v0 behaviour).
0 commit comments