Skip to content

Commit a31f114

Browse files
committed
DEBUG: only windows
1 parent d021662 commit a31f114

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
@@ -70,6 +70,8 @@ build:
7070
number: {{ build }}
7171
# cuda 11.8 was dropped due to maintenance effort, see discussion in #177
7272
skip: true # [cuda_compiler_version == "11.8"]
73+
# debug
74+
skip: true # [not win]
7375
# This logic allows two rc variants to be defined in the conda_build_config, but only one to actually be built.
7476
# We want to be able to define two variants in the cbc so we can assign different labels to each in the upload channel
7577
# (by zipping is_rc with channel_targets). This prevents rc builds being used unless specifically requested.

0 commit comments

Comments
 (0)