Skip to content

Commit

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

Rebuild for aws_crt_cpp 0.26.6
  • Loading branch information
xhochy authored Apr 8, 2024
2 parents d4b5a3a + e050c68 commit 5dc4951
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 10 deletions.
8 changes: 7 additions & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ aws_c_event_stream:
aws_checksums:
- 0.1.18
aws_crt_cpp:
- 0.26.4
- 0.26.6
c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -31,5 +35,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - c_stdlib_version
- cdt_name
zlib:
- '1.2'
8 changes: 7 additions & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ aws_c_event_stream:
aws_checksums:
- 0.1.18
aws_crt_cpp:
- 0.26.4
- 0.26.6
c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -35,5 +39,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - c_stdlib_version
- cdt_name
zlib:
- '1.2'
8 changes: 7 additions & 1 deletion .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ aws_c_event_stream:
aws_checksums:
- 0.1.18
aws_crt_cpp:
- 0.26.4
- 0.26.6
c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -31,5 +35,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - c_stdlib_version
- cdt_name
zlib:
- '1.2'
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
__migrator:
build_number: 1
commit_message: Rebuild for aws_crt_cpp 0.26.4
commit_message: Rebuild for aws_crt_cpp 0.26.6
kind: version
migration_number: 1
automerge: true
aws_crt_cpp:
- 0.26.4
migrator_ts: 1710797505.2614887
- 0.26.6
migrator_ts: 1712513282.8894346
6 changes: 5 additions & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ aws_c_event_stream:
aws_checksums:
- 0.1.18
aws_crt_cpp:
- 0.26.4
- 0.26.6
c_compiler:
- clang
c_compiler_version:
- '16'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
channel_sources:
- conda-forge
channel_targets:
Expand Down
6 changes: 5 additions & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ aws_c_event_stream:
aws_checksums:
- 0.1.18
aws_crt_cpp:
- 0.26.4
- 0.26.6
c_compiler:
- clang
c_compiler_version:
- '16'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 3 additions & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ aws_c_event_stream:
aws_checksums:
- 0.1.18
aws_crt_cpp:
- 0.26.4
- 0.26.6
c_compiler:
- vs2019
c_stdlib:
- vs
channel_sources:
- conda-forge
channel_targets:
Expand Down
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ source:
sha256: 89b7b2fc921e4c5a35785f3bcf0f7dbf76ad488d85c9888043ed7b8e5029f25d

build:
number: 4
number: 5
run_exports:
- {{ pin_subpackage("aws-sdk-cpp", max_pin="x.x.x") }}

requirements:
build:
- cmake >=3.2
- {{ compiler('c') }}
- {{ stdlib("c") }}
- {{ compiler('cxx') }}
- ninja
- make # [unix]
Expand Down

0 comments on commit 5dc4951

Please sign in to comment.