Skip to content
Closed
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,15 +19,15 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libabseil:
- '20240722'
- '20250127'
libcrc32c:
- '1.1'
libcurl:
- '8'
libgrpc:
- '1.67'
- '1.71'
libprotobuf:
- 5.28.3
- 5.29.3
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,15 +19,15 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libabseil:
- '20240722'
- '20250127'
libcrc32c:
- '1.1'
libcurl:
- '8'
libgrpc:
- '1.67'
- '1.71'
libprotobuf:
- 5.28.3
- 5.29.3
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,15 +19,15 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libabseil:
- '20240722'
- '20250127'
libcrc32c:
- '1.1'
libcurl:
- '8'
libgrpc:
- '1.67'
- '1.71'
libprotobuf:
- 5.28.3
- 5.29.3
openssl:
- '3'
target_platform:
Expand Down
21 changes: 21 additions & 0 deletions .ci_support/migrations/absl_grpc_proto.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
__migrator:
build_number: 1
commit_message: Rebuild for libabseil 20250127, libgrpc 1.71 & libprotobuf 5.29.3
kind: version
migration_number: 1
exclude:
- abseil-cpp
- grpc-cpp
- libprotobuf
- protobuf
- re2
libabseil:
- 20250127
libgrpc:
- "1.71"
libprotobuf:
- 5.29.3
# see https://github.com/grpc/grpc/commit/14ac94d923b80650e0df55bed17be5efa0e4becd
c_stdlib_version: # [osx and x86_64]
- 10.14 # [osx and x86_64]
migrator_ts: 1741118046.5882597
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.13'
- '10.14'
MACOSX_SDK_VERSION:
- '10.13'
- '10.14'
c_compiler:
- clang
c_compiler_version:
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
- '10.14'
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -19,15 +19,15 @@ cxx_compiler:
cxx_compiler_version:
- '18'
libabseil:
- '20240722'
- '20250127'
libcrc32c:
- '1.1'
libcurl:
- '8'
libgrpc:
- '1.67'
- '1.71'
libprotobuf:
- 5.28.3
- 5.29.3
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,15 +19,15 @@ cxx_compiler:
cxx_compiler_version:
- '18'
libabseil:
- '20240722'
- '20250127'
libcrc32c:
- '1.1'
libcurl:
- '8'
libgrpc:
- '1.67'
- '1.71'
libprotobuf:
- 5.28.3
- 5.29.3
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 @@ -9,15 +9,15 @@ channel_targets:
cxx_compiler:
- vs2019
libabseil:
- '20240722'
- '20250127'
libcrc32c:
- '1.1'
libcurl:
- '8'
libgrpc:
- '1.67'
- '1.71'
libprotobuf:
- 5.28.3
- 5.29.3
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.

47 changes: 33 additions & 14 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: 0
number: 1
requirements:
build:
- {{ compiler('c') }}
Expand Down
Loading