From 1e381317006297d34d53bfda80cb427990a77532 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 20 May 2024 08:12:06 +0000 Subject: [PATCH] Rebuild for aws_sdk_cpp 1.11.329 --- .ci_support/migrations/aws_sdk_cpp111329.yaml | 8 ++++++++ recipe/meta.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .ci_support/migrations/aws_sdk_cpp111329.yaml diff --git a/.ci_support/migrations/aws_sdk_cpp111329.yaml b/.ci_support/migrations/aws_sdk_cpp111329.yaml new file mode 100644 index 000000000..9f94354b5 --- /dev/null +++ b/.ci_support/migrations/aws_sdk_cpp111329.yaml @@ -0,0 +1,8 @@ +__migrator: + build_number: 1 + commit_message: Rebuild for aws_sdk_cpp 1.11.329 + kind: version + migration_number: 1 +aws_sdk_cpp: +- 1.11.329 +migrator_ts: 1716103700.2315588 diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 6bef76963..b70937056 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -25,7 +25,7 @@ source: folder: testing build: - number: 2 + number: 3 # 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)]