Skip to content

Commit

Permalink
DEBUG: only build aarch/ppc + CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jul 14, 2023
1 parent 1835d15 commit b0e7e09
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 @@ -27,6 +27,8 @@ build:
skip: true # [(linux64 or win) and cuda_compiler_version not in ("None", cuda_compiler_version_min)]
# for aarch/ppc, we use CUDA 12 to avoid blowing out the diskspace of the CI agents, see #1114
skip: true # [(aarch64 or ppc64le) and cuda_compiler_version not in ("None", "12.0")]
# debug: only aarch/ppc + CUDA
skip: true # [not ((aarch64 or ppc64le) and cuda_compiler_version == "12.0")]
# arrow promises API- & ABI-compatibility along SemVer, see #1096
run_exports:
- {{ pin_subpackage("libarrow", max_pin="x") }}
Expand Down

0 comments on commit b0e7e09

Please sign in to comment.