From e4b202c219ac5b98c018460d942587a87820585f Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 14 Jul 2026 23:37:27 +0000 Subject: [PATCH 1/3] updated v3.7.0 --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e7ec619..37bf89e 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "3.6.0" %} +{% set version = "3.7.0" %} package: name: google-cloud-cpp-core @@ -6,12 +6,12 @@ package: source: url: https://github.com/googleapis/google-cloud-cpp/archive/v{{ version }}.tar.gz - sha256: 57d754883a4b4bead60e40f1db5e8a44ba2aa17b605eef56d85234839d5819a3 + sha256: 821367f21ec536431bf4fb5dc709a42794465506d7d3f8be40d52d493bcfdd06 patches: - patches/0001-Adapt-for-OpenTelemetry-1.25.patch build: - number: 1 + number: 0 requirements: build: From 6c373303202c68ed1a85eba67e9ee8e649cb19fe Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Thu, 16 Jul 2026 20:58:39 +1100 Subject: [PATCH 2/3] build windows on GHA --- conda-forge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda-forge.yml b/conda-forge.yml index 8d48000..e870e95 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -11,4 +11,5 @@ github: provider: linux_aarch64: default osx_arm64: default + win_64: github_actions test: native_and_emulated From 3d1789dcd937880123310be2caa824687188421a Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Thu, 16 Jul 2026 21:05:56 +1100 Subject: [PATCH 3/3] MNT: Re-rendered with conda-smithy 2026.6.14 and conda-forge-pinning 2026.07.15.16.57.46 Other tools: - conda-build 26.5.0 - rattler-build 0.69.0 - rattler-build-conda-compat 1.4.15 --- .azure-pipelines/azure-pipelines-win.yml | 41 ------------------------ .github/workflows/conda-build.yml | 11 +++++++ README.md | 7 ---- azure-pipelines.yml | 3 +- 4 files changed, 12 insertions(+), 50 deletions(-) delete mode 100755 .azure-pipelines/azure-pipelines-win.yml diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml deleted file mode 100755 index f533bda..0000000 --- a/.azure-pipelines/azure-pipelines-win.yml +++ /dev/null @@ -1,41 +0,0 @@ -# This file was generated automatically from conda-smithy. To update this configuration, -# update the conda-forge.yml and/or the recipe/meta.yaml. -# -*- mode: yaml -*- - -jobs: -- job: win - pool: - vmImage: windows-2022 - strategy: - matrix: - win_64_: - CONFIG: win_64_ - UPLOAD_PACKAGES: 'True' - build_workspace_dir: D:\\bld\\ - free_disk_space: skip - pagefile_size: 0 - resize_partitions: false - store_build_artifacts: false - tools_install_dir: D:\Miniforge - timeoutInMinutes: 360 - variables: - UPLOAD_TEMP: D:\\tmp - - steps: - - script: | - call ".scripts\run_win_build.bat" - displayName: Run Windows build - env: - CI: azure - CONFIG: $(CONFIG) - CONDA_BLD_PATH: $(build_workspace_dir) - MINIFORGE_HOME: $(tools_install_dir) - PYTHONUNBUFFERED: 1 - UPLOAD_PACKAGES: $(UPLOAD_PACKAGES) - UPLOAD_TEMP: $(UPLOAD_TEMP) - flow_run_id: azure_$(Build.BuildNumber).$(System.JobAttempt) - remote_url: $(Build.Repository.Uri) - sha: $(Build.SourceVersion) - BINSTAR_TOKEN: $(BINSTAR_TOKEN) - FEEDSTOCK_TOKEN: $(FEEDSTOCK_TOKEN) - STAGING_BINSTAR_TOKEN: $(STAGING_BINSTAR_TOKEN) diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml index 6223fec..6decd5e 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -58,6 +58,17 @@ jobs: resize_partitions: False runs_on: ['ubuntu-latest'] tools_install_dir: ~/miniforge3 + - CONFIG: win_64_ + STORE_BUILD_ARTIFACTS: False + UPLOAD_PACKAGES: True + build_workspace_dir: D:\\bld\\ + docker_run_args: + free_disk_space: skip + os: windows + pagefile_size: 0 + resize_partitions: False + runs_on: ['windows-2022'] + tools_install_dir: D:\Miniforge steps: - name: Checkout code diff --git a/README.md b/README.md index e0f8e9e..a10132e 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,6 @@ Current build status variant - - win_64 - - - variant - - diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 03594e4..7e0f633 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,5 +28,4 @@ stages: condition: and(succeeded(), eq(dependencies.Check.outputs['Skip.result.start_main'], 'true')) dependsOn: Check jobs: - - template: ./.azure-pipelines/azure-pipelines-osx.yml - - template: ./.azure-pipelines/azure-pipelines-win.yml \ No newline at end of file + - template: ./.azure-pipelines/azure-pipelines-osx.yml \ No newline at end of file