From 2faa695d00d36996a0534b618c7648b6b8a9a0f9 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Wed, 12 Apr 2023 17:56:36 -0700 Subject: [PATCH] Kludge to ignore Windows linking issues Temporary kludge to ignore Windows linking issues with `cuda-cudart` to get artifacts uploaded on CI. Should be reverted once the right fix is determined. --- recipe/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 1287745..5419f19 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -37,6 +37,8 @@ test: outputs: - name: cuda-cudart + build: # [win] + error_overlinking: true # [win] files: - lib/libcu*.so.* # [linux] - targets/{{ target_name }}/lib/libcu*.so.* # [linux]