Skip to content

Commit

Permalink
Merge pull request #1375 from jdblischak/aws_crt_cpp0268
Browse files Browse the repository at this point in the history
Rebuild for aws_crt_cpp 0.26.8
  • Loading branch information
h-vetinari committed Apr 30, 2024
2 parents 24fe27f + 81350a7 commit a2561f8
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws_crt_cpp:
- 0.26.6
- 0.26.8
aws_sdk_cpp:
- 1.11.267
bzip2:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws_crt_cpp:
- 0.26.6
- 0.26.8
aws_sdk_cpp:
- 1.11.267
bzip2:
Expand Down
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.6
- 0.26.8
aws_sdk_cpp:
- 1.11.267
bzip2:
Expand Down
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.6
- 0.26.8
aws_sdk_cpp:
- 1.11.267
bzip2:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws_crt_cpp:
- 0.26.6
- 0.26.8
aws_sdk_cpp:
- 1.11.267
bzip2:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws_crt_cpp:
- 0.26.6
- 0.26.8
aws_sdk_cpp:
- 1.11.267
bzip2:
Expand Down
9 changes: 9 additions & 0 deletions .ci_support/migrations/aws_crt_cpp0268.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.8
kind: version
migration_number: 1
automerge: true
aws_crt_cpp:
- 0.26.8
migrator_ts: 1713020524.6837494
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.6
- 0.26.8
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.6
- 0.26.8
aws_sdk_cpp:
- 1.11.267
bzip2:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws_crt_cpp:
- 0.26.6
- 0.26.8
aws_sdk_cpp:
- 1.11.267
bzip2:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws_crt_cpp:
- 0.26.6
- 0.26.8
aws_sdk_cpp:
- 1.11.267
bzip2:
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ source:
folder: testing

build:
number: 5
number: 6
# 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 a2561f8

Please sign in to comment.