Skip to content

Commit

Permalink
azure-storage-files-shares-cpp v12.8.0 (#6)
Browse files Browse the repository at this point in the history
* updated v12.8.0

* MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.28.0, and conda-forge-pinning 2023.11.08.08.28.02

* Bump minimum version of azure-storage-common-cpp

https://github.com/Azure/azure-sdk-for-cpp/blob/e94719131d2ba0e24327f838b74e153af692a46c/sdk/storage/azure-storage-files-shares/vcpkg/vcpkg.json#L18

---------

Co-authored-by: John Blischak <[email protected]>
  • Loading branch information
regro-cf-autotick-bot and jdblischak authored Nov 8, 2023
1 parent 48d91ab commit 112a239
Show file tree
Hide file tree
Showing 13 changed files with 180 additions and 69 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

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

59 changes: 11 additions & 48 deletions .azure-pipelines/azure-pipelines-win.yml

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

2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
macos_machine:
- x86_64-apple-darwin13.4.0
target_platform:
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 @@ -7,7 +7,7 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
macos_machine:
- arm64-apple-darwin20.0.0
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

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

22 changes: 15 additions & 7 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

3 changes: 3 additions & 0 deletions .scripts/run_docker_build.sh

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

19 changes: 13 additions & 6 deletions .scripts/run_osx_build.sh

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

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

1 change: 1 addition & 0 deletions README.md

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

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "12.7.0" %}
{% set sha256 = "67fcee68c7f35bcf6348b52de3d92e8dabd80986d53fa3d5747aa738ae220f3a" %}
{% set version = "12.8.0" %}
{% set sha256 = "f058ce7dbe72a1f3955497e2fe7a0771b4b4213ea21e3a68c7306d6c6e928ada" %}

package:
name: azure-storage-files-shares-cpp
Expand All @@ -22,7 +22,7 @@ requirements:
- ninja
host:
- azure-core-cpp
- azure-storage-common-cpp >=12.4.0
- azure-storage-common-cpp >=12.5.0

test:
requires:
Expand Down

0 comments on commit 112a239

Please sign in to comment.