Skip to content

Commit

Permalink
temporary: also skip aarch+CUDA, which is already passing
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jan 31, 2025
1 parent 95db499 commit d04bba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ build:
# cuda 11.8 was dropped due to maintenance effort, see discussion in #177
skip: true # [cuda_compiler_version == "11.8"]
# temporary skip to avoid wasting resources while unbreak CUDA builds
skip: true # [cuda_compiler_version == "None"]
skip: true # [cuda_compiler_version == "None" or aarch64]
# This logic allows two rc variants to be defined in the conda_build_config, but only one to actually be built.
# We want to be able to define two variants in the cbc so we can assign different labels to each in the upload channel
# (by zipping is_rc with channel_targets). This prevents rc builds being used unless specifically requested.
Expand Down

0 comments on commit d04bba8

Please sign in to comment.