Skip to content

Commit

Permalink
update migrator
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jul 23, 2024
1 parent 750e58d commit 0c1aee3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 8 deletions.
8 changes: 0 additions & 8 deletions recipe/migrations/arrow_cpp17.yaml

This file was deleted.

26 changes: 26 additions & 0 deletions recipe/migrations/libarrow170.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
__migrator:
build_number: 1
commit_message: Rebuild for libarrow 16.1
kind: version
migration_number: 1
exclude:
- pyarrow
- r-arrow
- arrow-c-glib

arrow_cpp:
- '17.0' # does not exist; switch to libarrow
- '16.1' # does not exist; switch to libarrow
- 15 # does not exist; switch to libarrow
- 14 # does not exist; switch to libarrow
libarrow:
- '17.0'
- '16.1'
- 15
- 14
libarrow_all:
- '17.0'
- '16.1'
- 15
- 14
migrator_ts: 1721237682.5523818

0 comments on commit 0c1aee3

Please sign in to comment.