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 2894cdd commit b3d5396Copy full SHA for b3d5396
recipe/meta.yaml
@@ -75,8 +75,6 @@ build:
75
{% else %}
76
skip: true # [is_rc]
77
{% endif %}
78
- # debug aarch failures
79
- skip: true # [not aarch64]
80
string: cuda{{ cuda_compiler_version | replace('.', '') }}_{{ blas_impl }}_h{{ PKG_HASH }}_{{ build }} # [cuda_compiler_version != "None"]
81
string: cpu_{{ blas_impl }}_h{{ PKG_HASH }}_{{ build }} # [cuda_compiler_version == "None"]
82
detect_binary_files_with_prefix: false
0 commit comments