Skip to content

Commit

Permalink
Kludge to ignore Windows linking issues
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jakirkham authored Apr 13, 2023
1 parent e8c7747 commit 2faa695
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 2faa695

Please sign in to comment.