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 b4d3e8c commit eb30820Copy full SHA for eb30820
recipe/meta.yaml
@@ -73,7 +73,7 @@ source:
73
build:
74
number: {{ build }}
75
# debug: only rebuild variants that failed
76
- skip: true # [not (cuda_compiler_version != "None" and (win64 or aarch64))]
+ skip: true # [not (cuda_compiler_version != "None" and win)]
77
# This logic allows two rc variants to be defined in the conda_build_config, but only one to actually be built.
78
# We want to be able to define two variants in the cbc so we can assign different labels to each in the upload channel
79
# (by zipping is_rc with channel_targets). This prevents rc builds being used unless specifically requested.
0 commit comments