Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ azure_core_cpp:
azure_identity_cpp:
- 1.13.2
azure_storage_blobs_cpp:
- 12.15.0
- 12.16.0
azure_storage_files_datalake_cpp:
- 12.13.0
- 12.14.0
brotli:
- '1.2'
bzip2:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ azure_core_cpp:
azure_identity_cpp:
- 1.13.2
azure_storage_blobs_cpp:
- 12.15.0
- 12.16.0
azure_storage_files_datalake_cpp:
- 12.13.0
- 12.14.0
brotli:
- '1.2'
bzip2:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ azure_core_cpp:
azure_identity_cpp:
- 1.13.2
azure_storage_blobs_cpp:
- 12.15.0
- 12.16.0
azure_storage_files_datalake_cpp:
- 12.13.0
- 12.14.0
brotli:
- '1.2'
bzip2:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ azure_core_cpp:
azure_identity_cpp:
- 1.13.2
azure_storage_blobs_cpp:
- 12.15.0
- 12.16.0
azure_storage_files_datalake_cpp:
- 12.13.0
- 12.14.0
brotli:
- '1.2'
bzip2:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ azure_core_cpp:
azure_identity_cpp:
- 1.13.2
azure_storage_blobs_cpp:
- 12.15.0
- 12.16.0
azure_storage_files_datalake_cpp:
- 12.13.0
- 12.14.0
brotli:
- '1.2'
bzip2:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ azure_core_cpp:
azure_identity_cpp:
- 1.13.2
azure_storage_blobs_cpp:
- 12.15.0
- 12.16.0
azure_storage_files_datalake_cpp:
- 12.13.0
- 12.14.0
brotli:
- '1.2'
bzip2:
Expand Down
8 changes: 0 additions & 8 deletions .ci_support/migrations/aws_crt_cpp0354.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions .ci_support/migrations/azure_storage_2026_01.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
__migrator:
build_number: 1
commit_message: Rebuild for Azure Storage January 2026 release
kind: version
migration_number: 1
exclude_pinned_pkgs: false
azure_storage_common_cpp:
- 12.12.0
azure_storage_blobs_cpp:
- 12.16.0
azure_storage_files_datalake_cpp:
- 12.14.0
azure_storage_files_shares_cpp:
- 12.16.0
azure_storage_queues_cpp:
- 12.6.0
migrator_ts: 1768317460
14 changes: 0 additions & 14 deletions .ci_support/migrations/brotli12.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ azure_core_cpp:
azure_identity_cpp:
- 1.13.2
azure_storage_blobs_cpp:
- 12.15.0
- 12.16.0
azure_storage_files_datalake_cpp:
- 12.13.0
- 12.14.0
brotli:
- '1.2'
bzip2:
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 @@ -11,9 +11,9 @@ azure_core_cpp:
azure_identity_cpp:
- 1.13.2
azure_storage_blobs_cpp:
- 12.15.0
- 12.16.0
azure_storage_files_datalake_cpp:
- 12.13.0
- 12.14.0
brotli:
- '1.2'
bzip2:
Expand Down
19 changes: 19 additions & 0 deletions .scripts/run_osx_build.sh

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 @@ -36,7 +36,7 @@ source:
folder: cpp/submodules/parquet-testing

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