Skip to content

Commit

Permalink
Remove lower bound to use global pin (#16)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jun 21, 2024
2 parents 00a2822 + 545b490 commit 5c8b75d
Show file tree
Hide file tree
Showing 12 changed files with 61 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
azure_core_cpp:
- 1.12.0
c_stdlib:
- sysroot
c_stdlib_version:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
azure_core_cpp:
- 1.12.0
c_stdlib:
- sysroot
c_stdlib_version:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
azure_core_cpp:
- 1.12.0
c_stdlib:
- sysroot
c_stdlib_version:
Expand Down
21 changes: 21 additions & 0 deletions .ci_support/migrations/azure_core_cpp1120.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
migrator_ts: 1718824596
__migrator:
kind: version
migration_number: 1
bump_number: 1
commit_message: Pin azure-core-cpp 1.12.0

azure_core_cpp:
- 1.12.0
azure_identity_cpp:
- 1.8.0
azure_storage_blobs_cpp:
- 12.11.0
azure_storage_common_cpp:
- 12.6.0
azure_storage_files_datalake_cpp:
- 12.10.0
azure_storage_files_shares_cpp:
- 12.9.0
azure_storage_queues_cpp:
- 12.2.0
4 changes: 4 additions & 0 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
azure_core_cpp:
- 1.12.0
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
Expand Down
4 changes: 4 additions & 0 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
azure_core_cpp:
- 1.12.0
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
azure_core_cpp:
- 1.12.0
c_stdlib:
- vs
channel_sources:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

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

7 changes: 7 additions & 0 deletions .scripts/build_steps.sh

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

7 changes: 7 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.

5 changes: 5 additions & 0 deletions .scripts/run_win_build.bat

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

5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: {{ sha256 }}

build:
number: 0
number: 1
run_exports:
- {{ pin_subpackage("azure-storage-common-cpp", max_pin="x.x.x") }}

Expand All @@ -22,7 +22,8 @@ requirements:
- cmake
- ninja
host:
- azure-core-cpp >=1.11.3
# azure-core-cpp is pinned in conda-forge-pinning-feedstock
- azure-core-cpp
- libxml2 # [not win]
- openssl # [not win]

Expand Down

0 comments on commit 5c8b75d

Please sign in to comment.