Skip to content

Commit dc547a2

Browse files
regro-cf-autotick-both-vetinari
authored andcommitted
Rebuild for libabseil 20250512, libgrpc 1.73 & libprotobuf 6.31.1
1 parent 2a435a7 commit dc547a2

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
__migrator:
2+
build_number: 1
3+
commit_message: Rebuild for libabseil 20250512, libgrpc 1.73 & libprotobuf 6.31.1
4+
kind: version
5+
migration_number: 1
6+
exclude:
7+
# core deps
8+
- abseil-cpp
9+
- grpc-cpp
10+
- libprotobuf
11+
# required for building/testing
12+
- protobuf
13+
- re2
14+
# bazel stack
15+
- bazel
16+
- grpc_java_plugin
17+
- singlejar
18+
libabseil:
19+
- 20250512
20+
libgrpc:
21+
- "1.73"
22+
libprotobuf:
23+
- 6.31.1
24+
# we need to leave this migration open until we're ready to move the global baseline, see
25+
# https://github.com/conda-forge/conda-forge.github.io/issues/2467; grpc 1.72 requires 11.0,
26+
# see https://github.com/grpc/grpc/commit/f122d248443c81592e748da1adb240cbf0a0231c
27+
c_stdlib_version: # [osx]
28+
- 11.0 # [osx]
29+
migrator_ts: 1748506837.6039238

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# if you wish to build release candidate number X, append the version string with ".rcX"
22
{% set version = "2.7.1" %}
3-
{% set build = 2 %}
3+
{% set build = 3 %}
44

55
# Use a higher build number for the CUDA variant, to ensure that it's
66
# preferred by conda's solver, and it's preferentially

0 commit comments

Comments
 (0)