Skip to content
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
4 changes: 3 additions & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

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

4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aws_crt_cpp:
- 0.37.2
- 0.37.3
aws_sdk_cpp:
- 1.11.606
- 1.11.747
azure_core_cpp:
- 1.16.2
azure_identity_cpp:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aws_crt_cpp:
- 0.37.2
- 0.37.3
aws_sdk_cpp:
- 1.11.606
- 1.11.747
azure_core_cpp:
- 1.16.2
azure_identity_cpp:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aws_crt_cpp:
- 0.37.2
- 0.37.3
aws_sdk_cpp:
- 1.11.606
- 1.11.747
azure_core_cpp:
- 1.16.2
azure_identity_cpp:
Expand Down
10 changes: 10 additions & 0 deletions .ci_support/migrations/aws_sdk_cpp111747.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
__migrator:
build_number: 1
commit_message: Rebuild for aws_sdk_cpp 1.11.747
kind: version
migration_number: 1
aws_sdk_cpp:
- 1.11.747
aws_crt_cpp:
- 0.37.3
migrator_ts: 1772029534.0342855
4 changes: 2 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ MACOSX_DEPLOYMENT_TARGET:
MACOSX_SDK_VERSION:
- '11.0'
aws_crt_cpp:
- 0.37.2
- 0.37.3
aws_sdk_cpp:
- 1.11.606
- 1.11.747
azure_core_cpp:
- 1.16.2
azure_identity_cpp:
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,9 +3,9 @@ MACOSX_DEPLOYMENT_TARGET:
MACOSX_SDK_VERSION:
- '11.0'
aws_crt_cpp:
- 0.37.2
- 0.37.3
aws_sdk_cpp:
- 1.11.606
- 1.11.747
azure_core_cpp:
- 1.16.2
azure_identity_cpp:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aws_crt_cpp:
- 0.37.2
- 0.37.3
aws_sdk_cpp:
- 1.11.606
- 1.11.747
azure_core_cpp:
- 1.16.2
azure_identity_cpp:
Expand Down
3 changes: 1 addition & 2 deletions LICENSE.txt

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

1 change: 1 addition & 0 deletions 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: 36381f9eaa2a6defc8990aa1a95d1f0e87971748a50bf6fb705bf032ac7384cf

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