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
6 changes: 3 additions & 3 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libabseil:
- '20250127'
- '20250512'
libcurl:
- '8'
libgrpc:
- '1.71'
- '1.73'
libprotobuf:
- 5.29.3
- 6.31.1
openssl:
- '3'
target_platform:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libabseil:
- '20250127'
- '20250512'
libcurl:
- '8'
libgrpc:
- '1.71'
- '1.73'
libprotobuf:
- 5.29.3
- 6.31.1
openssl:
- '3'
target_platform:
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,13 +19,13 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libabseil:
- '20250127'
- '20250512'
libcurl:
- '8'
libgrpc:
- '1.71'
- '1.73'
libprotobuf:
- 5.29.3
- 6.31.1
openssl:
- '3'
target_platform:
Expand Down
29 changes: 29 additions & 0 deletions .ci_support/migrations/absl_grpc_proto_25Q2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
__migrator:
build_number: 1
commit_message: Rebuild for libabseil 20250512, libgrpc 1.73 & libprotobuf 6.31.1
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
libabseil:
- 20250512
libgrpc:
- "1.73"
libprotobuf:
- 6.31.1
# we need to leave this migration open until we're ready to move the global baseline, see
# https://github.com/conda-forge/conda-forge.github.io/issues/2467; grpc 1.72 requires 11.0,
# see https://github.com/grpc/grpc/commit/f122d248443c81592e748da1adb240cbf0a0231c
c_stdlib_version: # [osx]
- 11.0 # [osx]
migrator_ts: 1748506837.6039238
12 changes: 6 additions & 6 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.14'
- '11.0'
MACOSX_SDK_VERSION:
- '10.14'
- '11.0'
c_compiler:
- clang
c_compiler_version:
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.14'
- '11.0'
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -19,13 +19,13 @@ cxx_compiler:
cxx_compiler_version:
- '18'
libabseil:
- '20250127'
- '20250512'
libcurl:
- '8'
libgrpc:
- '1.71'
- '1.73'
libprotobuf:
- 5.29.3
- 6.31.1
macos_machine:
- x86_64-apple-darwin13.4.0
openssl:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ cxx_compiler:
cxx_compiler_version:
- '18'
libabseil:
- '20250127'
- '20250512'
libcurl:
- '8'
libgrpc:
- '1.71'
- '1.73'
libprotobuf:
- 5.29.3
- 6.31.1
macos_machine:
- arm64-apple-darwin20.0.0
openssl:
Expand Down
10 changes: 5 additions & 5 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
c_compiler:
- vs2019
- vs2022
c_stdlib:
- vs
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- vs2019
- vs2022
libabseil:
- '20250127'
- '20250512'
libcurl:
- '8'
libgrpc:
- '1.71'
- '1.73'
libprotobuf:
- 5.29.3
- 6.31.1
openssl:
- '3'
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .scripts/run_docker_build.sh

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

2 changes: 1 addition & 1 deletion .scripts/run_win_build.bat

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

55 changes: 35 additions & 20 deletions build-locally.py

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

2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 9a6e182fd658ba114512cf21bd9f274a315830638f62f0b831113df9e674bea0

build:
number: 1
number: 2
requirements:
build:
- {{ compiler('c') }}
Expand Down