Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild for aws_crt_cpp 0.29.1 #368

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.29.0
- 0.29.1
aws_sdk_cpp:
- 1.11.407
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.29.0
- 0.29.1
aws_sdk_cpp:
- 1.11.407
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.29.0
- 0.29.1
aws_sdk_cpp:
- 1.11.407
azure_core_cpp:
Expand Down
9 changes: 0 additions & 9 deletions .ci_support/migrations/aws_crt_cpp0290.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .ci_support/migrations/aws_crt_cpp0291.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.29.1
kind: version
migration_number: 1
aws_crt_cpp:
- 0.29.1
migrator_ts: 1730775427.9002368
4 changes: 2 additions & 2 deletions .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.29.0
- 0.29.1
aws_sdk_cpp:
- 1.11.407
azure_core_cpp:
Expand All @@ -29,7 +29,7 @@ curl:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '17'
- '18'
fmt:
- '11'
libabseil:
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.29.0
- 0.29.1
aws_sdk_cpp:
- 1.11.407
azure_core_cpp:
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_crt_cpp:
- 0.29.0
- 0.29.1
aws_sdk_cpp:
- 1.11.407
azure_core_cpp:
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/automerge.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/webservices.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .scripts/run_osx_build.sh

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

6 changes: 2 additions & 4 deletions .scripts/run_win_build.bat

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

2 changes: 1 addition & 1 deletion azure-pipelines.yml

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

4 changes: 4 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ cxx_compiler: # [win]
# tooling
c_stdlib_version: # [win]
- 2022 # [win]
# Delay clang 18 update for osx-arm64
# https://github.com/conda-forge/tiledb-feedstock/pull/367
cxx_compiler_version: # [osx and arm64]
- 17 # [osx and arm64]
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: 255218aebd3ef5af4b8deb3be58f877fda335d5abc1c097a33f6741bf259a68d

build:
number: 4
number: 5
run_exports:
# https://abi-laboratory.pro/?view=timeline&l=tiledb
- {{ pin_subpackage('tiledb', max_pin='x.x') }}
Expand Down