We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d021662 commit a31f114Copy full SHA for a31f114
recipe/meta.yaml
@@ -70,6 +70,8 @@ build:
70
number: {{ build }}
71
# cuda 11.8 was dropped due to maintenance effort, see discussion in #177
72
skip: true # [cuda_compiler_version == "11.8"]
73
+ # debug
74
+ skip: true # [not win]
75
# This logic allows two rc variants to be defined in the conda_build_config, but only one to actually be built.
76
# We want to be able to define two variants in the cbc so we can assign different labels to each in the upload channel
77
# (by zipping is_rc with channel_targets). This prevents rc builds being used unless specifically requested.
0 commit comments