From d4841e22c2609b3aa083762a1b3654b1850bef5d Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Mon, 22 Apr 2024 16:41:01 +1100 Subject: [PATCH] debug: skip everything but linux-aarch64 --- recipe/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index f9b9fb36c..dd92103bc 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -33,6 +33,8 @@ source: build: number: 17 + # debug + skip: true # [not (linux and aarch64)] # for cuda support, building with one version is enough to be compatible with # all later versions, since arrow is only using libcuda, and not libcudart. skip: true # [cuda_compiler_version not in ("None", cuda_compiler_version_min)]