Skip to content

Commit 778cc6f

Browse files
committed
DEBUG: rebuild only failed variants
1 parent 03ed28e commit 778cc6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipe/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ source:
7272

7373
build:
7474
number: {{ build }}
75+
# debug: only rebuild variants that failed
76+
skip: true # [not (cuda_compiler_version != "None" and (win64 or aarch64))]
7577
# This logic allows two rc variants to be defined in the conda_build_config, but only one to actually be built.
7678
# We want to be able to define two variants in the cbc so we can assign different labels to each in the upload channel
7779
# (by zipping is_rc with channel_targets). This prevents rc builds being used unless specifically requested.

0 commit comments

Comments
 (0)