Skip to content

Commit

Permalink
temporary: skip known-passing builds to conserver resources
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Feb 5, 2025
1 parent f072ad6 commit 7910c36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ build:
number: {{ build }}
# cuda 11.8 was dropped due to maintenance effort, see discussion in #177
skip: true # [cuda_compiler_version == "11.8"]
# skip known-passing builds while bringing up GPU builds
skip: true # [cuda_compiler_version == "None" or win]
# 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 7910c36

Please sign in to comment.