Skip to content

Commit

Permalink
Merge pull request #383 from regro-cf-autotick-bot/1.67.1_h10abcd
Browse files Browse the repository at this point in the history
grpc-cpp v1.67.1
  • Loading branch information
h-vetinari authored Oct 29, 2024
2 parents c7fcb57 + 57f0b16 commit d0ace09
Show file tree
Hide file tree
Showing 14 changed files with 71 additions and 124 deletions.
19 changes: 2 additions & 17 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/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ python:
- 3.13.* *_cp313
- 3.9.* *_cpython
re2:
- 2023.09.01
- 2024.07.02
target_platform:
- linux-64
zip_keys:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ python:
- 3.13.* *_cp313
- 3.9.* *_cpython
re2:
- 2023.09.01
- 2024.07.02
target_platform:
- linux-aarch64
zip_keys:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ python:
- 3.13.* *_cp313
- 3.9.* *_cpython
re2:
- 2023.09.01
- 2024.07.02
target_platform:
- linux-ppc64le
zip_keys:
Expand Down

This file was deleted.

11 changes: 0 additions & 11 deletions .ci_support/migrations/libgrpc163_libprotobuf5261.yaml

This file was deleted.

42 changes: 0 additions & 42 deletions .ci_support/migrations/python312.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ python:
- 3.13.* *_cp313
- 3.9.* *_cpython
re2:
- 2023.09.01
- 2024.07.02
target_platform:
- osx-64
zip_keys:
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 @@ -39,7 +39,7 @@ python:
- 3.13.* *_cp313
- 3.9.* *_cpython
re2:
- 2023.09.01
- 2024.07.02
target_platform:
- osx-arm64
zip_keys:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ python:
- 3.13.* *_cp313
- 3.9.* *_cpython
re2:
- 2023.09.01
- 2024.07.02
target_platform:
- win-64
zlib:
Expand Down
10 changes: 5 additions & 5 deletions .scripts/build_steps.sh

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

39 changes: 25 additions & 14 deletions .scripts/run_osx_build.sh

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

38 changes: 30 additions & 8 deletions .scripts/run_win_build.bat

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,4 +1,4 @@
{% set version = "1.67.0" %}
{% set version = "1.67.1" %}

# core package & vendored libs use different version scheme than CPP libs, see
# https://github.com/grpc/grpc/blob/v1.48.1/CMakeLists.txt#L28-L32
Expand All @@ -19,7 +19,7 @@ package:

source:
- url: https://github.com/grpc/grpc/archive/v{{ version.replace(".pre", "-pre") }}.tar.gz
sha256: af0638f73e4452e22e295f8b3f452518234254104713a08497f3d3aaa76733ad
sha256: d74f8e99a433982a12d7899f6773e285c9824e1d9a173ea1d1fb26c9bd089299
patches:
- patches/0001-windows-ssl-lib-names.patch
- patches/0002-fix-win-setup-cmds.patch
Expand All @@ -39,7 +39,7 @@ source:
- patches/0010-set-Wl-undefined-dynamic_lookup-for-upb_-json-textfo.patch
- patches/0011-add-missing-GRPC_DLL-macro.patch
- url: https://pypi.io/packages/source/g/grpcio-tools/grpcio_tools-{{ version }}.tar.gz
sha256: 181b3d4e61b83142c182ec366f3079b0023509743986e54c9465ca38cac255f8
sha256: d9657f5ddc62b52f58904e6054b7d8a8909ed08a1e28b734be3a707087bcf004
folder: grpcio_tools

build:
Expand Down

0 comments on commit d0ace09

Please sign in to comment.