Skip to content

Commit

Permalink
[bot-automerge] Rebuild for aws_c_common 0.9.28 (#81)
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 Sep 8, 2024
2 parents b77fbd3 + bd2af89 commit 5590aa8
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
aws_c_common:
- 0.9.27
- 0.9.28
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
aws_c_common:
- 0.9.27
- 0.9.28
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
aws_c_common:
- 0.9.27
- 0.9.28
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
Expand Down
9 changes: 0 additions & 9 deletions .ci_support/migrations/aws_c_common0927.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
__migrator:
build_number: 1
commit_message: Rebuild for aws_c_common 0.9.26
commit_message: Rebuild for aws_c_common 0.9.28
kind: version
migration_number: 1
automerge: true
aws_c_common:
- 0.9.26
migrator_ts: 1723562080.7488604
- 0.9.28
migrator_ts: 1725684354.3438623
4 changes: 2 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ MACOSX_DEPLOYMENT_TARGET:
MACOSX_SDK_VERSION:
- '10.13'
aws_c_common:
- 0.9.27
- 0.9.28
c_compiler:
- clang
c_compiler_version:
- '16'
- '17'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ MACOSX_DEPLOYMENT_TARGET:
MACOSX_SDK_VERSION:
- '11.0'
aws_c_common:
- 0.9.27
- 0.9.28
c_compiler:
- clang
c_compiler_version:
- '16'
- '17'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
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_c_common:
- 0.9.27
- 0.9.28
c_compiler:
- vs2019
c_stdlib:
Expand Down
5 changes: 4 additions & 1 deletion build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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: bdba9d0a8b8330a89c6b8cbc00b9aa14f403d3449b37ff2e0d96d62a7301b2ee

build:
number: 10
number: 11
run_exports:
- {{ pin_subpackage("aws-checksums", max_pin="x.x.x") }}

Expand Down

0 comments on commit 5590aa8

Please sign in to comment.