Skip to content

Commit

Permalink
[main] Rebuild for aws_crt_cpp 0.26.1 & aws_sdk_cpp 1.11.242 (#1296)
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 Jan 31, 2024
2 parents a65155e + 384a1c0 commit d9d926b
Show file tree
Hide file tree
Showing 15 changed files with 46 additions and 29 deletions.
8 changes: 4 additions & 4 deletions .azure-pipelines/azure-pipelines-linux.yml

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

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aws_crt_cpp:
- 0.26.0
- 0.26.1
aws_sdk_cpp:
- 1.11.210
- 1.11.242
bzip2:
- '1'
c_compiler:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aws_crt_cpp:
- 0.26.0
- 0.26.1
aws_sdk_cpp:
- 1.11.210
- 1.11.242
bzip2:
- '1'
c_compiler:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
aws_crt_cpp:
- 0.26.0
- 0.26.1
aws_sdk_cpp:
- 1.11.210
- 1.11.242
bzip2:
- '1'
c_compiler:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
aws_crt_cpp:
- 0.26.0
- 0.26.1
aws_sdk_cpp:
- 1.11.210
- 1.11.242
bzip2:
- '1'
c_compiler:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aws_crt_cpp:
- 0.26.0
- 0.26.1
aws_sdk_cpp:
- 1.11.210
- 1.11.242
bzip2:
- '1'
c_compiler:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aws_crt_cpp:
- 0.26.0
- 0.26.1
aws_sdk_cpp:
- 1.11.210
- 1.11.242
bzip2:
- '1'
c_compiler:
Expand Down
9 changes: 9 additions & 0 deletions .ci_support/migrations/aws_crt_cpp0261.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.1
kind: version
migration_number: 1
automerge: true
aws_crt_cpp:
- 0.26.1
migrator_ts: 1705029357.0920837
8 changes: 8 additions & 0 deletions .ci_support/migrations/aws_sdk_cpp111242.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__migrator:
build_number: 1
commit_message: Rebuild for aws_sdk_cpp 1.11.242
kind: version
migration_number: 1
aws_sdk_cpp:
- 1.11.242
migrator_ts: 1705191753.9145608
4 changes: 2 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.13'
aws_crt_cpp:
- 0.26.0
- 0.26.1
aws_sdk_cpp:
- 1.11.210
- 1.11.242
bzip2:
- '1'
c_compiler:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
aws_crt_cpp:
- 0.26.0
- 0.26.1
aws_sdk_cpp:
- 1.11.210
- 1.11.242
bzip2:
- '1'
c_compiler:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aws_crt_cpp:
- 0.26.0
- 0.26.1
aws_sdk_cpp:
- 1.11.210
- 1.11.242
bzip2:
- '1'
c_compiler:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aws_crt_cpp:
- 0.26.0
- 0.26.1
aws_sdk_cpp:
- 1.11.210
- 1.11.242
bzip2:
- '1'
c_compiler:
Expand Down
8 changes: 4 additions & 4 deletions README.md

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 @@ -28,7 +28,7 @@ source:
folder: testing

build:
number: 1
number: 2
# for cuda support, building with one version is enough to be compatible with
# all later versions, since arrow is only using libcuda, and not libcudart.
skip: true # [cuda_compiler_version not in ("None", cuda_compiler_version_min)]
Expand Down

0 comments on commit d9d926b

Please sign in to comment.