Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libabseil:
- '20240722'
- '20250127'
libcrc32c:
- '1.1'
libcurl:
- '8'
libgrpc:
- '1.67'
- '1.71'
libprotobuf:
- 5.28.3
- 5.29.3
openssl:
- '3'
target_platform:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libabseil:
- '20240722'
- '20250127'
libcrc32c:
- '1.1'
libcurl:
- '8'
libgrpc:
- '1.67'
- '1.71'
libprotobuf:
- 5.28.3
- 5.29.3
openssl:
- '3'
target_platform:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libabseil:
- '20240722'
- '20250127'
libcrc32c:
- '1.1'
libcurl:
- '8'
libgrpc:
- '1.67'
- '1.71'
libprotobuf:
- 5.28.3
- 5.29.3
openssl:
- '3'
target_platform:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ cxx_compiler:
cxx_compiler_version:
- '18'
libabseil:
- '20240722'
- '20250127'
libcrc32c:
- '1.1'
libcurl:
- '8'
libgrpc:
- '1.67'
- '1.71'
libprotobuf:
- 5.28.3
- 5.29.3
macos_machine:
- x86_64-apple-darwin13.4.0
openssl:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ cxx_compiler:
cxx_compiler_version:
- '18'
libabseil:
- '20240722'
- '20250127'
libcrc32c:
- '1.1'
libcurl:
- '8'
libgrpc:
- '1.67'
- '1.71'
libprotobuf:
- 5.28.3
- 5.29.3
macos_machine:
- arm64-apple-darwin20.0.0
openssl:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ channel_targets:
cxx_compiler:
- vs2019
libabseil:
- '20240722'
- '20250127'
libcrc32c:
- '1.1'
libcurl:
- '8'
libgrpc:
- '1.67'
- '1.71'
libprotobuf:
- 5.28.3
- 5.29.3
openssl:
- '3'
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .scripts/run_docker_build.sh

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

2 changes: 1 addition & 1 deletion .scripts/run_win_build.bat

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

47 changes: 33 additions & 14 deletions build-locally.py

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

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "2.36.0" %}
{% set version = "2.37.0" %}

package:
name: google-cloud-cpp-split
version: {{ version }}

source:
url: https://github.com/googleapis/google-cloud-cpp/archive/v{{ version }}.tar.gz
sha256: 9a6e182fd658ba114512cf21bd9f274a315830638f62f0b831113df9e674bea0
sha256: 10867580483cb338e7d50920c2383698f3572cc6b4c7d072e38d5f43755cbd80

build:
number: 0
Expand Down
Loading