diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index b376dcf..10fb28b 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -3,9 +3,9 @@ azure_core_cpp: c_stdlib: - sysroot c_stdlib_version: -- '2.12' +- '2.17' cdt_name: -- cos6 +- cos7 channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/migrations/azure_core_cpp1120.yaml b/.ci_support/migrations/azure_core_cpp1120.yaml deleted file mode 100644 index 2eff4f9..0000000 --- a/.ci_support/migrations/azure_core_cpp1120.yaml +++ /dev/null @@ -1,21 +0,0 @@ -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 diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index a5836e8..ba4b251 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -72,7 +72,6 @@ else --suppress-variables ${EXTRA_CB_OPTIONS:-} \ --clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" \ --extra-meta flow_run_id="${flow_run_id:-}" remote_url="${remote_url:-}" sha="${sha:-}" - ( startgroup "Inspecting artifacts" ) 2> /dev/null # inspect_artifacts was only added in conda-forge-ci-setup 4.6.0 diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 07518e3..4a49f09 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ -{% set version = "12.6.0" %} -{% set sha256 = "d96e852d9eeff2c7d845a89766f23510b1d007875bb83b514a1a77cd30f54060" %} +{% set version = "12.7.0" %} +{% set sha256 = "ac6cd0e4c2509de991bcca54739efbd112bec32bd878d621ed1320a97df21dad" %} package: name: azure-storage-common-cpp @@ -10,7 +10,7 @@ source: sha256: {{ sha256 }} build: - number: 1 + number: 0 run_exports: - {{ pin_subpackage("azure-storage-common-cpp", max_pin="x.x.x") }}