Skip to content

Commit

Permalink
stop bot from restarting this PR; temporary, unconditional skip
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Oct 26, 2022
1 parent 2f1dfa5 commit e0206c8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 321 deletions.
138 changes: 0 additions & 138 deletions .azure-pipelines/azure-pipelines-linux.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .azure-pipelines/azure-pipelines-osx.yml

This file was deleted.

116 changes: 0 additions & 116 deletions .azure-pipelines/azure-pipelines-win.yml

This file was deleted.

2 changes: 2 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ build:
# all later versions, since arrow is only using libcuda, and not libcudart.
skip: true # [(win or linux) and cuda_compiler_version not in ("None", "10.2")]
skip: true # [osx and cuda_compiler_version != "None"]
# debug: unconditional skip so that CI isn't strained so much
skip: true
run_exports:
- {{ pin_subpackage("arrow-cpp", max_pin="x.x.x") }}

Expand Down

0 comments on commit e0206c8

Please sign in to comment.