Skip to content
Draft
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_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker_image:
github_actions_labels:
- cirun-openstack-cpu-4xlarge
libgrpc:
- '1.71'
- '1.73'
nodejs:
- '20'
- '22'
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker_image:
github_actions_labels:
- cirun-openstack-cpu-4xlarge
libgrpc:
- '1.71'
- '1.73'
nodejs:
- '20'
- '22'
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker_image:
github_actions_labels:
- cirun-openstack-cpu-4xlarge
libgrpc:
- '1.71'
- '1.73'
nodejs:
- '20'
- '22'
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker_image:
github_actions_labels:
- cirun-openstack-cpu-4xlarge
libgrpc:
- '1.71'
- '1.73'
nodejs:
- '20'
- '22'
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
8 changes: 4 additions & 4 deletions .ci_support/osx_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.15'
- '11.0'
MACOSX_SDK_VERSION:
- '10.15'
- '11.0'
c_compiler:
- clang
c_compiler_version:
- '19'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.15'
- '11.0'
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -23,7 +23,7 @@ cxx_compiler_version:
github_actions_labels:
- cirun-openstack-cpu-4xlarge
libgrpc:
- '1.71'
- '1.73'
macos_machine:
- x86_64-apple-darwin13.4.0
nodejs:
Expand Down
8 changes: 4 additions & 4 deletions .ci_support/osx_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.15'
- '11.0'
MACOSX_SDK_VERSION:
- '10.15'
- '11.0'
c_compiler:
- clang
c_compiler_version:
- '19'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.15'
- '11.0'
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -23,7 +23,7 @@ cxx_compiler_version:
github_actions_labels:
- cirun-openstack-cpu-4xlarge
libgrpc:
- '1.71'
- '1.73'
macos_machine:
- x86_64-apple-darwin13.4.0
nodejs:
Expand Down
8 changes: 4 additions & 4 deletions .ci_support/osx_64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.15'
- '11.0'
MACOSX_SDK_VERSION:
- '10.15'
- '11.0'
c_compiler:
- clang
c_compiler_version:
- '19'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.15'
- '11.0'
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -23,7 +23,7 @@ cxx_compiler_version:
github_actions_labels:
- cirun-openstack-cpu-4xlarge
libgrpc:
- '1.71'
- '1.73'
macos_machine:
- x86_64-apple-darwin13.4.0
nodejs:
Expand Down
8 changes: 4 additions & 4 deletions .ci_support/osx_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.15'
- '11.0'
MACOSX_SDK_VERSION:
- '10.15'
- '11.0'
c_compiler:
- clang
c_compiler_version:
- '19'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.15'
- '11.0'
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -23,7 +23,7 @@ cxx_compiler_version:
github_actions_labels:
- cirun-openstack-cpu-4xlarge
libgrpc:
- '1.71'
- '1.73'
macos_machine:
- x86_64-apple-darwin13.4.0
nodejs:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cxx_compiler_version:
github_actions_labels:
- cirun-openstack-cpu-4xlarge
libgrpc:
- '1.71'
- '1.73'
macos_machine:
- arm64-apple-darwin20.0.0
nodejs:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cxx_compiler_version:
github_actions_labels:
- cirun-openstack-cpu-4xlarge
libgrpc:
- '1.71'
- '1.73'
macos_machine:
- arm64-apple-darwin20.0.0
nodejs:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cxx_compiler_version:
github_actions_labels:
- cirun-openstack-cpu-4xlarge
libgrpc:
- '1.71'
- '1.73'
macos_machine:
- arm64-apple-darwin20.0.0
nodejs:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cxx_compiler_version:
github_actions_labels:
- cirun-openstack-cpu-4xlarge
libgrpc:
- '1.71'
- '1.73'
macos_machine:
- arm64-apple-darwin20.0.0
nodejs:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cxx_compiler:
github_actions_labels:
- cirun-openstack-cpu-4xlarge
libgrpc:
- '1.71'
- '1.73'
nodejs:
- '20'
- '22'
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cxx_compiler:
github_actions_labels:
- cirun-openstack-cpu-4xlarge
libgrpc:
- '1.71'
- '1.73'
nodejs:
- '20'
- '22'
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cxx_compiler:
github_actions_labels:
- cirun-openstack-cpu-4xlarge
libgrpc:
- '1.71'
- '1.73'
nodejs:
- '20'
- '22'
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cxx_compiler:
github_actions_labels:
- cirun-openstack-cpu-4xlarge
libgrpc:
- '1.71'
- '1.73'
nodejs:
- '20'
- '22'
Expand Down
2 changes: 1 addition & 1 deletion conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ conda_forge_output_validation: true
github:
branch_name: main
tooling_branch_name: main
test: native_and_emulated
github_actions:
self_hosted: true
triggers:
- push
- pull_request
provider:
linux_64: github_actions
test: native_and_emulated
4 changes: 0 additions & 4 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
c_stdlib_version: # [osx and x86_64]
- '10.15' # [osx and x86_64]
MACOSX_SDK_VERSION: # [osx and x86_64]
- '10.15' # [osx and x86_64]
github_actions_labels:
- cirun-openstack-cpu-4xlarge
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ source:
- patches/0011-do-not-build-redis-openssl.patch

build:
number: 0
number: 1

# Need these up here for conda-smithy to handle them properly.
requirements:
Expand Down
Loading