Skip to content

Commit

Permalink
debug: skip everything but linux-aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Apr 22, 2024
1 parent 8ba1c3b commit d4841e2
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 @@ -33,6 +33,8 @@ source:

build:
number: 17
# debug
skip: true # [not (linux and aarch64)]
# 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)]
Expand Down

0 comments on commit d4841e2

Please sign in to comment.