Skip to content

Commit

Permalink
debug: only native builds
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Nov 15, 2023
1 parent dc873d0 commit e26333f
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:
# 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]
# arrow promises API- & ABI-compatibility along SemVer, see #1096

requirements:
Expand Down

0 comments on commit e26333f

Please sign in to comment.