Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ github_actions_labels:
icu:
- '78'
libabseil:
- '20260107'
- '20260526'
libsqlite:
- '3'
openssl:
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 @@ -25,7 +25,7 @@ github_actions_labels:
icu:
- '78'
libabseil:
- '20260107'
- '20260526'
libsqlite:
- '3'
openssl:
Expand Down
34 changes: 34 additions & 0 deletions .ci_support/migrations/absl_grpc_proto_26Q2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
__migrator:
build_number: 1
commit_message: |
Rebuild for libabseil 20260526, libgrpc 1.82 & libprotobuf 7.35.1

grpc v1.82 is currently in pre-release and thus not published yet.
Therefore, it is expected that feedstocks depending on libgrpc will
see resolver errors for now.
kind: version
migration_number: 1
exclude:
# core deps
- abseil-cpp
- grpc-cpp
- libprotobuf
# required for building/testing
- protobuf
- re2
# bazel stack
- bazel
- grpc_java_plugin
- singlejar
# built manually beforehand due to enormous build time
- pytorch-cpu
libabseil:
- 20260526
libgrpc:
- "1.82"
libprotobuf:
- 7.35.1
# https://github.com/protocolbuffers/protobuf/commit/66a9ea7540ad7d3d0822ace6fc8d9ba6cd088c4d
c_stdlib_version: # [osx]
- 12.0 # [osx]
migrator_ts: 1775539322.336586
8 changes: 4 additions & 4 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
- '12.0'
MACOSX_SDK_VERSION:
- '11.0'
- '12.0'
brotli:
- '1.2'
c_ares:
Expand All @@ -13,7 +13,7 @@ c_compiler_version:
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
- '12.0'
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -25,7 +25,7 @@ cxx_compiler_version:
icu:
- '78'
libabseil:
- '20260107'
- '20260526'
libsqlite:
- '3'
macos_machine:
Expand Down
8 changes: 4 additions & 4 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
- '12.0'
MACOSX_SDK_VERSION:
- '11.0'
- '12.0'
brotli:
- '1.2'
c_ares:
Expand All @@ -13,7 +13,7 @@ c_compiler_version:
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
- '12.0'
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -25,7 +25,7 @@ cxx_compiler_version:
icu:
- '78'
libabseil:
- '20260107'
- '20260526'
libsqlite:
- '3'
macos_machine:
Expand Down
2 changes: 1 addition & 1 deletion recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ source:
sha256: 021eb7de1d5257b24765f292dfcb469ff1528c29d88f48c875befb28114fb0fb

build:
number: 0
number: 1
# Prefix replacement breaks in the binary embedded configurations.
prefix_detection:
ignore_binary_files: true
Expand Down
Loading