Skip to content

Commit

Permalink
Merge pull request #271 from regro-cf-autotick-bot/rebuild-aws_crt_cp…
Browse files Browse the repository at this point in the history
…p0266-0-1_h36ed25

Rebuild for aws_crt_cpp 0.26.6
  • Loading branch information
jdblischak authored Apr 9, 2024
2 parents 7efb545 + 5aad049 commit 95e102d
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 10 deletions.
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

0 comments on commit 95e102d

Please sign in to comment.