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.29.0 #365

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.28.5
- 0.29.0
aws_sdk_cpp:
- 1.11.407
azure_core_cpp:
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.28.5
- 0.29.0
aws_sdk_cpp:
- 1.11.407
azure_core_cpp:
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.28.5
- 0.29.0
aws_sdk_cpp:
- 1.11.407
azure_core_cpp:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
__migrator:
build_number: 1
commit_message: Rebuild for aws_crt_cpp 0.28.5
commit_message: Rebuild for aws_crt_cpp 0.29.0
kind: version
migration_number: 1
automerge: true
aws_crt_cpp:
- 0.28.5
migrator_ts: 1729550264.9338546
- 0.29.0
migrator_ts: 1729790301.3397346

This file was deleted.

2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET:
MACOSX_SDK_VERSION:
- '10.13'
aws_crt_cpp:
- 0.28.5
- 0.29.0
aws_sdk_cpp:
- 1.11.407
azure_core_cpp:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET:
MACOSX_SDK_VERSION:
- '11.0'
aws_crt_cpp:
- 0.28.5
- 0.29.0
aws_sdk_cpp:
- 1.11.407
azure_core_cpp:
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.28.5
- 0.29.0
aws_sdk_cpp:
- 1.11.407
azure_core_cpp:
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 255218aebd3ef5af4b8deb3be58f877fda335d5abc1c097a33f6741bf259a68d

build:
number: 3
number: 4
run_exports:
# https://abi-laboratory.pro/?view=timeline&l=tiledb
- {{ pin_subpackage('tiledb', max_pin='x.x') }}
Expand Down