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 Oct 28, 2024
1 parent 52a3653 commit 26074b3
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 @@ -34,6 +34,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"]

requirements:
build:
Expand Down

0 comments on commit 26074b3

Please sign in to comment.