File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments