Skip to content

Commit

Permalink
Rebuild for libabseil 20240116, libgrp 1.61, libprotobuf 4.25.2 (#49)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Feb 22, 2024
2 parents 7bfee3f + 0026dee commit 510c7c8
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
- '20230802'
- '20240116'
libprotobuf:
- 4.25.1
- 4.25.2
pin_run_as_build:
python:
min_pin: x.x
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 @@ -15,9 +15,9 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
- '20230802'
- '20240116'
libprotobuf:
- 4.25.1
- 4.25.2
pin_run_as_build:
python:
min_pin: x.x
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 @@ -11,9 +11,9 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
- '20230802'
- '20240116'
libprotobuf:
- 4.25.1
- 4.25.2
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
__migrator:
build_number: 1
commit_message: Rebuild for libabseil 20240116, libgrp 1.61, libprotobuf 4.25.2
kind: version
migration_number: 1
exclude:
- abseil-cpp
- grpc-cpp
- libprotobuf
# this shouldn't attempt to modify the python feedstocks
- protobuf
libabseil:
- "20240116"
libgrpc:
- "1.59"
- "1.61"
libprotobuf:
- 4.24.4
- 4.25.2
# already covered by libabseil20230802_libgrpc157_libprotobuf4234,
# which we cannot delete yet, but keep for clarity
MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64]
- "10.13" # [osx and x86_64]
migrator_ts: 1698833751.21557
migrator_ts: 1705991934.9119136
4 changes: 2 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ cxx_compiler:
cxx_compiler_version:
- '16'
libabseil:
- '20230802'
- '20240116'
libprotobuf:
- 4.25.1
- 4.25.2
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
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 @@ -9,9 +9,9 @@ cxx_compiler:
cxx_compiler_version:
- '16'
libabseil:
- '20230802'
- '20240116'
libprotobuf:
- 4.25.1
- 4.25.2
macos_machine:
- arm64-apple-darwin20.0.0
pin_run_as_build:
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 @@ -5,9 +5,9 @@ channel_targets:
cxx_compiler:
- vs2019
libabseil:
- '20230802'
- '20240116'
libprotobuf:
- 4.25.1
- 4.25.2
pin_run_as_build:
python:
min_pin: x.x
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ source:
- patches/0008-create-and-install-CMake-metadata.patch

build:
number: 6
number: 7

requirements:
build:
Expand Down

0 comments on commit 510c7c8

Please sign in to comment.