From 0c1aee397996794810a6eb7343b2bcf697ef1cc6 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Wed, 24 Jul 2024 09:28:42 +1100 Subject: [PATCH] update migrator --- recipe/migrations/arrow_cpp17.yaml | 8 -------- recipe/migrations/libarrow170.yaml | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 8 deletions(-) delete mode 100644 recipe/migrations/arrow_cpp17.yaml create mode 100644 recipe/migrations/libarrow170.yaml diff --git a/recipe/migrations/arrow_cpp17.yaml b/recipe/migrations/arrow_cpp17.yaml deleted file mode 100644 index 42c1bb0cc0..0000000000 --- a/recipe/migrations/arrow_cpp17.yaml +++ /dev/null @@ -1,8 +0,0 @@ -__migrator: - build_number: 1 - commit_message: Rebuild for arrow_cpp 17 - kind: version - migration_number: 1 -arrow_cpp: -- '17' -migrator_ts: 1721237682.5523818 diff --git a/recipe/migrations/libarrow170.yaml b/recipe/migrations/libarrow170.yaml new file mode 100644 index 0000000000..73494f2aba --- /dev/null +++ b/recipe/migrations/libarrow170.yaml @@ -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