Skip to content

Commit

Permalink
Rebuild for libabseil 20240116, libgrp 1.61, libprotobuf 4.25.2 (#61)
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 24, 2024
2 parents 4947367 + 0ba01d4 commit f443257
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libprotobuf:
- 4.25.1
- 4.25.2
qt_main:
- '5.15'
target_platform:
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 @@ -19,7 +19,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libprotobuf:
- 4.25.1
- 4.25.2
qt_main:
- '5.15'
target_platform:
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
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cxx_compiler:
cxx_compiler_version:
- '16'
libprotobuf:
- 4.25.1
- 4.25.2
macos_machine:
- x86_64-apple-darwin13.4.0
qt_main:
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 @@ -13,7 +13,7 @@ cxx_compiler:
cxx_compiler_version:
- '16'
libprotobuf:
- 4.25.1
- 4.25.2
macos_machine:
- arm64-apple-darwin20.0.0
qt_main:
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ source:

build:
skip: true # [win]
number: 8
number: 9
run_exports:
- {{ pin_subpackage(name, max_pin='x') }}

Expand Down

0 comments on commit f443257

Please sign in to comment.