Skip to content

Commit eb30820

Browse files
committed
expand skip, build win+CUDA only
1 parent b4d3e8c commit eb30820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ source:
7373
build:
7474
number: {{ build }}
7575
# debug: only rebuild variants that failed
76-
skip: true # [not (cuda_compiler_version != "None" and (win64 or aarch64))]
76+
skip: true # [not (cuda_compiler_version != "None" and win)]
7777
# This logic allows two rc variants to be defined in the conda_build_config, but only one to actually be built.
7878
# We want to be able to define two variants in the cbc so we can assign different labels to each in the upload channel
7979
# (by zipping is_rc with channel_targets). This prevents rc builds being used unless specifically requested.

0 commit comments

Comments
 (0)