Skip to content

Commit 2f5ca54

Browse files
authored
Merge pull request conda-forge#1794 from regro-cf-autotick-bot/rebuild-azure_core_cpp_1150-0-1_h76c21a
[main] Rebuild for azure_core_cpp 1.15.0 and latest storage packages
2 parents dbfb651 + 37f4f4b commit 2f5ca54

10 files changed

+38
-18
lines changed

.ci_support/linux_64_c_compiler_version11cuda_compiler_version11.8cxx_compiler_version11.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ aws_crt_cpp:
33
aws_sdk_cpp:
44
- 1.11.510
55
azure_core_cpp:
6-
- 1.14.0
6+
- 1.15.0
77
azure_identity_cpp:
8-
- 1.10.0
8+
- 1.11.0
99
azure_storage_blobs_cpp:
1010
- 12.13.0
1111
azure_storage_files_datalake_cpp:

.ci_support/linux_64_c_compiler_version14cuda_compiler_versionNonecxx_compiler_version14.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ aws_crt_cpp:
33
aws_sdk_cpp:
44
- 1.11.510
55
azure_core_cpp:
6-
- 1.14.0
6+
- 1.15.0
77
azure_identity_cpp:
8-
- 1.10.0
8+
- 1.11.0
99
azure_storage_blobs_cpp:
1010
- 12.13.0
1111
azure_storage_files_datalake_cpp:

.ci_support/linux_aarch64_c_compiler_version11cuda_compiler_version11.8cxx_compiler_version11.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ aws_crt_cpp:
33
aws_sdk_cpp:
44
- 1.11.510
55
azure_core_cpp:
6-
- 1.14.0
6+
- 1.15.0
77
azure_identity_cpp:
8-
- 1.10.0
8+
- 1.11.0
99
azure_storage_blobs_cpp:
1010
- 12.13.0
1111
azure_storage_files_datalake_cpp:

.ci_support/linux_aarch64_c_compiler_version14cuda_compiler_versionNonecxx_compiler_version14.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ aws_crt_cpp:
33
aws_sdk_cpp:
44
- 1.11.510
55
azure_core_cpp:
6-
- 1.14.0
6+
- 1.15.0
77
azure_identity_cpp:
8-
- 1.10.0
8+
- 1.11.0
99
azure_storage_blobs_cpp:
1010
- 12.13.0
1111
azure_storage_files_datalake_cpp:

.ci_support/linux_ppc64le_c_compiler_version11cuda_compiler_version11.8cxx_compiler_version11.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ aws_crt_cpp:
33
aws_sdk_cpp:
44
- 1.11.510
55
azure_core_cpp:
6-
- 1.14.0
6+
- 1.15.0
77
azure_identity_cpp:
8-
- 1.10.0
8+
- 1.11.0
99
azure_storage_blobs_cpp:
1010
- 12.13.0
1111
azure_storage_files_datalake_cpp:

.ci_support/linux_ppc64le_c_compiler_version14cuda_compiler_versionNonecxx_compiler_version14.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ aws_crt_cpp:
33
aws_sdk_cpp:
44
- 1.11.510
55
azure_core_cpp:
6-
- 1.14.0
6+
- 1.15.0
77
azure_identity_cpp:
8-
- 1.10.0
8+
- 1.11.0
99
azure_storage_blobs_cpp:
1010
- 12.13.0
1111
azure_storage_files_datalake_cpp:
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
__migrator:
2+
build_number: 1
3+
commit_message: Rebuild for azure_core_cpp 1.15.0 and latest storage packages
4+
kind: version
5+
migration_number: 1
6+
exclude_pinned_pkgs: false
7+
azure_core_cpp:
8+
- 1.15.0
9+
azure_storage_common_cpp:
10+
- 12.10.0
11+
azure_storage_blobs_cpp:
12+
- 12.13.0
13+
azure_storage_files_datalake_cpp:
14+
- 12.12.0
15+
azure_storage_files_shares_cpp:
16+
- 12.13.0
17+
azure_storage_queues_cpp:
18+
- 12.4.0
19+
azure_identity_cpp:
20+
- 1.11.0
21+
migrator_ts: 1751899047000

.ci_support/osx_64_.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ aws_crt_cpp:
77
aws_sdk_cpp:
88
- 1.11.510
99
azure_core_cpp:
10-
- 1.14.0
10+
- 1.15.0
1111
azure_identity_cpp:
12-
- 1.10.0
12+
- 1.11.0
1313
azure_storage_blobs_cpp:
1414
- 12.13.0
1515
azure_storage_files_datalake_cpp:

.ci_support/osx_arm64_.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ aws_crt_cpp:
77
aws_sdk_cpp:
88
- 1.11.510
99
azure_core_cpp:
10-
- 1.14.0
10+
- 1.15.0
1111
azure_identity_cpp:
12-
- 1.10.0
12+
- 1.11.0
1313
azure_storage_blobs_cpp:
1414
- 12.13.0
1515
azure_storage_files_datalake_cpp:

recipe/meta.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ source:
3434
folder: cpp/submodules/parquet-testing
3535

3636
build:
37-
number: 9
38-
37+
number: 10
3938
# for cuda support, building with one version is enough to be compatible with
4039
# all later versions, since arrow is only using libcuda, and not libcudart.
4140
skip: true # [cuda_compiler_version not in ("None", cuda_compiler_version_min)]

0 commit comments

Comments
 (0)