Skip to content

Commit

Permalink
Merge pull request #309 from h-vetinari/migrate
Browse files Browse the repository at this point in the history
Prepare for joint migration with abseil & protobuf
  • Loading branch information
h-vetinari authored Aug 11, 2023
2 parents 2e04d51 + d20e3aa commit 6dbff2c
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
- '20230125'
- '20230802'
libprotobuf:
- 4.23.3
- 4.23.4
openssl:
- '3'
pin_run_as_build:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
- '20230125'
- '20230802'
libprotobuf:
- 4.23.3
- 4.23.4
openssl:
- '3'
pin_run_as_build:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
- '20230125'
- '20230802'
libprotobuf:
- 4.23.3
- 4.23.4
openssl:
- '3'
pin_run_as_build:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ cxx_compiler:
cxx_compiler_version:
- '15'
libabseil:
- '20230125'
- '20230802'
libprotobuf:
- 4.23.3
- 4.23.4
macos_machine:
- x86_64-apple-darwin13.4.0
openssl:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ cxx_compiler:
cxx_compiler_version:
- '15'
libabseil:
- '20230125'
- '20230802'
libprotobuf:
- 4.23.3
- 4.23.4
macos_machine:
- arm64-apple-darwin20.0.0
openssl:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ channel_targets:
cxx_compiler:
- vs2019
libabseil:
- '20230125'
- '20230802'
libprotobuf:
- 4.23.3
- 4.23.4
openssl:
- '3'
pin_run_as_build:
Expand Down
5 changes: 4 additions & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64]
MACOSX_SDK_VERSION: # [osx and x86_64]
- "10.13" # [osx and x86_64]

# manual pins because we're linking migrations
libabseil:
- 20230802
libprotobuf:
- 4.23.3
- 4.23.4
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ source:
- patches/0013-don-t-use-find_dependency-for-protobuf.patch

build:
number: 0
number: 1

outputs:
- name: libgrpc
Expand Down

0 comments on commit 6dbff2c

Please sign in to comment.