Skip to content

Commit

Permalink
rely on migrator
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Sep 10, 2023
1 parent e81c004 commit 122adec
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
__migrator:
build_number: 1
kind: version
migration_number: 1
libabseil:
- 20230802
libgrpc:
- "1.57"
libprotobuf:
- 4.23.4
MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64]
- "10.13" # [osx and x86_64]
migrator_ts: 1692632590.658328
11 changes: 0 additions & 11 deletions recipe/conda_build_config.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ outputs:
# breaks tools like grpc_plugin_cpp if they get the wrong libprotoc at runtime, see
# https://github.com/conda-forge/conda-forge-pinning-feedstock/issues/4075
- {{ pin_subpackage('libprotobuf', max_pin='x.x.x') }}
- __osx >={{ MACOSX_DEPLOYMENT_TARGET }} # [osx and x86_64]
ignore_run_exports_from:
- jsoncpp
requirements:
Expand All @@ -51,6 +52,9 @@ outputs:
- zlib
run:
- ucrt # [win]
# following google's C++ support policy, protobuf only support MacOS >=10.13, see:
# https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md
# https://github.com/protocolbuffers/protobuf/blob/v24.0/Protobuf-C%2B%2B.podspec#L29
- __osx >={{ MACOSX_DEPLOYMENT_TARGET }} # [osx and x86_64]
test:
requires:
Expand Down

0 comments on commit 122adec

Please sign in to comment.