conda-forge / conda-forge-ci-setup-feedstock

A conda-smithy repository for conda-forge-ci-setup.
BSD 3-Clause "New" or "Revised" License
13 stars 50 forks source link

Cross cuda CI #236

Closed h-vetinari closed 10 months ago

h-vetinari commented 1 year ago

Follow-up to #234 & #235, trying to add CI that exercises cross_compile_support.sh - even though we don't exactly need those packages for the infra to run, I think it's better to have them tested on the feedstock of their origin.

conda-forge-webservices[bot] commented 1 year ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

h-vetinari commented 1 year ago

CC @isuruf, this would have caught the typo in #234; WDYT about some extra CI?

h-vetinari commented 1 year ago

Note: I'm aware that we don't need the CUDA12 and CUDA cross-compilation builds here for our infrastructure to run. But we're not testing those setups here currently, which is what this PR is suggesting to add (especially now that we dropped the CUDA 12 builds).

h-vetinari commented 10 months ago

This was essentially done by #261 now. Having cuda 12 jobs is less relevant because https://github.com/conda-forge/conda-forge-ci-setup-feedstock/blob/main/recipe/cross_compile_support.sh doesn't do much for that version.