Skip to content

Commit

Permalink
DEBUG: only native builds, skip CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 19, 2024
1 parent 7485cb3 commit 8967664
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ build:
# 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)]
# debug: only native compilation
skip: true # [build_platform != target_platform]
# debug: cannot run CUDA-enabled libarrow tests without GPU
skip: true # [cuda_compiler_version != "None"]
# arrow promises API- & ABI-compatibility along SemVer, see #1096

requirements:
Expand Down

0 comments on commit 8967664

Please sign in to comment.