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
18 changes: 12 additions & 6 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libabseil:
- '20260107'
- '20260526'
libgrpc:
- '1.78'
- '1.82'
libprotobuf:
- 6.33.5
- 7.35.1
openssl:
- '3.5'
pin_run_as_build:
Expand Down
8 changes: 4 additions & 4 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ cxx_compiler:
cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
- quay.io/condaforge/linux-anvil-aarch64:alma9
libabseil:
- '20260107'
- '20260526'
libgrpc:
- '1.78'
- '1.82'
libprotobuf:
- 6.33.5
- 7.35.1
openssl:
- '3.5'
pin_run_as_build:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libabseil:
- '20260107'
- '20260526'
libgrpc:
- '1.78'
- '1.82'
libprotobuf:
- 6.33.5
- 7.35.1
openssl:
- '3.5'
pin_run_as_build:
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
12 changes: 6 additions & 6 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'
c_ares:
- '1'
c_compiler:
Expand All @@ -11,7 +11,7 @@ c_compiler_version:
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
- '12.0'
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -21,11 +21,11 @@ cxx_compiler:
cxx_compiler_version:
- '19'
libabseil:
- '20260107'
- '20260526'
libgrpc:
- '1.78'
- '1.82'
libprotobuf:
- 6.33.5
- 7.35.1
macos_machine:
- x86_64-apple-darwin13.4.0
openssl:
Expand Down
12 changes: 6 additions & 6 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'
c_ares:
- '1'
c_compiler:
Expand All @@ -11,7 +11,7 @@ c_compiler_version:
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
- '12.0'
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -21,11 +21,11 @@ cxx_compiler:
cxx_compiler_version:
- '19'
libabseil:
- '20260107'
- '20260526'
libgrpc:
- '1.78'
- '1.82'
libprotobuf:
- 6.33.5
- 7.35.1
macos_machine:
- arm64-apple-darwin20.0.0
openssl:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ channel_targets:
cxx_compiler:
- vs2022
libabseil:
- '20260107'
- '20260526'
libgrpc:
- '1.78'
- '1.82'
libprotobuf:
- 6.33.5
- 7.35.1
openssl:
- '3.5'
pin_run_as_build:
Expand Down
Loading