Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild for aws_crt_cpp 0.26.6 #271

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws_crt_cpp:
- 0.26.4
- 0.26.6
aws_sdk_cpp:
- 1.11.267
bzip2:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
aws_crt_cpp:
- 0.26.4
- 0.26.6
aws_sdk_cpp:
- 1.11.267
bzip2:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws_crt_cpp:
- 0.26.4
- 0.26.6
aws_sdk_cpp:
- 1.11.267
bzip2:
Expand Down
9 changes: 9 additions & 0 deletions .ci_support/migrations/aws_crt_cpp0266.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
__migrator:
build_number: 1
commit_message: Rebuild for aws_crt_cpp 0.26.6
kind: version
migration_number: 1
automerge: true
aws_crt_cpp:
- 0.26.6
migrator_ts: 1712513282.8894346
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.13'
aws_crt_cpp:
- 0.26.4
- 0.26.6
aws_sdk_cpp:
- 1.11.267
bzip2:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
aws_crt_cpp:
- 0.26.4
- 0.26.6
aws_sdk_cpp:
- 1.11.267
bzip2:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws_crt_cpp:
- 0.26.4
- 0.26.6
aws_sdk_cpp:
- 1.11.267
bzip2:
Expand Down
6 changes: 3 additions & 3 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
bot:
abi_migration_branches:
- 2.20.x
build_platform:
linux_aarch64: linux_64
linux_ppc64le: linux_64
Expand All @@ -15,6 +18,3 @@ provider:
test: native_and_emulated
travis:
osx_image: xcode6.4
bot:
abi_migration_branches:
- 2.20.x
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ source:
- lz4-fix.patch

build:
number: 0
number: 1
run_exports:
# https://abi-laboratory.pro/?view=timeline&l=tiledb
- {{ pin_subpackage('tiledb', max_pin='x.x') }}
Expand All @@ -32,6 +32,7 @@ requirements:
- ninja # [win]
- pkg-config # [not win]
- {{ compiler('cxx') }}
- {{ stdlib("c") }}
- file # [arm64]
- zip # [not win]
- unzip # [not win]
Expand Down
Loading