Skip to content

Commit

Permalink
skip everything but windows
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 24, 2023
1 parent dddc4fc commit 599ef1c
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 @@ -30,6 +30,8 @@ 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
skip: true # [not win]
# arrow promises API- & ABI-compatibility along SemVer, see #1096
run_exports:
- {{ pin_subpackage("libarrow", max_pin="x") }}
Expand Down

0 comments on commit 599ef1c

Please sign in to comment.