Skip to content

Commit

Permalink
DEBUG: skip GPU builds
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jun 24, 2024
1 parent 81fc47e commit 35e9296
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 @@ -36,6 +36,8 @@ build:
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 35e9296

Please sign in to comment.