Skip to content

Commit

Permalink
[bot-automerge] google-cloud-cpp v2.23.0 (#175)
Browse files Browse the repository at this point in the history
* updated v2.23.0

* MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.34.1, and conda-forge-pinning 2024.04.16.04.26.44

* add new stdlib jinjas

* do not use newest lief

* MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.34.1, and conda-forge-pinning 2024.04.18.20.24.03

---------

Co-authored-by: Carlos O'Ryan <coryan@google.com>
Co-authored-by: H. Vetinari <h.vetinari@gmx.com>
  • Loading branch information
3 people committed Apr 19, 2024
1 parent 0961c9f commit 22b7cfd
Show file tree
Hide file tree
Showing 14 changed files with 50 additions and 26 deletions.
1 change: 1 addition & 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.

1 change: 1 addition & 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.

8 changes: 6 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand Down Expand Up @@ -61,7 +65,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - libgrpc
- libprotobuf
- - c_stdlib_version
- cdt_name
zlib:
- '1.2'
8 changes: 6 additions & 2 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
Expand Down Expand Up @@ -65,7 +69,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - libgrpc
- libprotobuf
- - c_stdlib_version
- cdt_name
zlib:
- '1.2'
8 changes: 6 additions & 2 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand Down Expand Up @@ -61,7 +65,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - libgrpc
- libprotobuf
- - c_stdlib_version
- cdt_name
zlib:
- '1.2'
6 changes: 4 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ c_compiler:
- clang
c_compiler_version:
- '16'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down Expand Up @@ -61,7 +65,5 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - libgrpc
- libprotobuf
zlib:
- '1.2'
6 changes: 4 additions & 2 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ c_compiler:
- clang
c_compiler_version:
- '16'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
channel_sources:
- conda-forge
channel_targets:
Expand Down Expand Up @@ -61,7 +65,5 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - libgrpc
- libprotobuf
zlib:
- '1.2'
5 changes: 2 additions & 3 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
c_compiler:
- vs2019
c_stdlib:
- vs
channel_sources:
- conda-forge
channel_targets:
Expand Down Expand Up @@ -50,8 +52,5 @@ openssl:
- '3'
target_platform:
- win-64
zip_keys:
- - libgrpc
- libprotobuf
zlib:
- '1.2'
6 changes: 3 additions & 3 deletions .scripts/build_steps.sh

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

6 changes: 3 additions & 3 deletions .scripts/run_osx_build.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/run_win_build.bat

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

4 changes: 2 additions & 2 deletions azure-pipelines.yml

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

4 changes: 4 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ conda_forge_output_validation: true
github:
branch_name: main
tooling_branch_name: main
remote_ci_setup:
- conda-forge-ci-setup=4
- conda-build>=24.1
- py-lief<0.14
test: native_and_emulated
9 changes: 6 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{% set version = "2.22.0" %}
{% set version = "2.23.0" %}

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

source:
url: https://github.com/googleapis/google-cloud-cpp/archive/v{{ version }}.tar.gz
sha256: 0c68782e57959c82e0c81def805c01460a042c1aae0c2feee905acaa2a2dc9bf
sha256: ce18fbd3a50170fb0c3d4cacf8a09136314f00136cdac99dad23b43de5d5bb62

build:
number: 1
number: 0
requirements:
build:
- {{ compiler('c') }}
- {{ stdlib('c') }}
- {{ compiler('cxx') }}
- cmake
- ninja
Expand All @@ -36,6 +37,7 @@ outputs:
requirements:
build:
- {{ compiler('c') }}
- {{ stdlib('c') }}
- {{ compiler('cxx') }}
- cmake
- ninja
Expand Down Expand Up @@ -102,6 +104,7 @@ outputs:
requirements:
build:
- {{ compiler('c') }}
- {{ stdlib('c') }}
- {{ compiler('cxx') }}
- cmake
- ninja
Expand Down

0 comments on commit 22b7cfd

Please sign in to comment.