Skip to content

Commit

Permalink
Rebuild for aws_crt_cpp 0.28.1 (conda-forge#338)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Aug 30, 2024
2 parents cf2ac8c + 8b9bc85 commit 3626b44
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 15 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.28.0
- 0.28.1
aws_sdk_cpp:
- 1.11.379
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.0
- 0.28.1
aws_sdk_cpp:
- 1.11.379
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.0
- 0.28.1
aws_sdk_cpp:
- 1.11.379
azure_core_cpp:
Expand Down
8 changes: 0 additions & 8 deletions .ci_support/migrations/aws_crt_cpp0280.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .ci_support/migrations/aws_crt_cpp0281.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__migrator:
build_number: 1
commit_message: Rebuild for aws_crt_cpp 0.28.1
kind: version
migration_number: 1
aws_crt_cpp:
- 0.28.1
migrator_ts: 1724819209.8390892
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.0
- 0.28.1
aws_sdk_cpp:
- 1.11.379
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.0
- 0.28.1
aws_sdk_cpp:
- 1.11.379
azure_core_cpp:
Expand Down
4 changes: 3 additions & 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.0
- 0.28.1
aws_sdk_cpp:
- 1.11.379
azure_core_cpp:
Expand All @@ -22,6 +22,8 @@ channel_targets:
- conda-forge main
cxx_compiler:
- vs2022
cxx_compiler_version:
- '19.40'
fmt:
- '11'
libabseil:
Expand Down
3 changes: 3 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ c_compiler: # [win]
- vs2022 # [win]
cxx_compiler: # [win]
- vs2022 # [win]
# Temporary: Pin win build to Visual Studio 17.10
cxx_compiler_version: # [win]
- 19.40 # [win]
# We should be able to remove c_stdlib_version in the future once the mechanics
# of this new pin has been fully worked out in the conda-forge ecosystem and
# tooling
Expand Down
2 changes: 1 addition & 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: 9
number: 10
run_exports:
# https://abi-laboratory.pro/?view=timeline&l=tiledb
- {{ pin_subpackage('tiledb', max_pin='x.x') }}
Expand Down

0 comments on commit 3626b44

Please sign in to comment.