From 74eb5dd3b9b99c6afa612a0b9cbe436b6eca60ae Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Mon, 25 Nov 2024 06:53:44 +1100 Subject: [PATCH] DEBUG: skip builds; only want startup --- recipe/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 6b64c396..8617cbdc 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -60,6 +60,8 @@ build: skip: true # [cuda_compiler_version != "None" and linux64 and blas_impl != "mkl"] # dropped due to maintenance effort, see discussion in #177 skip: true # [cuda_compiler_version == "11.8"] + # debug; we only want docker startup + skip: true requirements: # Keep this list synchronized (except for python*, numpy*) in outputs