Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.x] rebuild for new protobuf #82

Merged
merged 2 commits into from
Jul 14, 2024
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 @@ -5,9 +5,9 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -21,7 +21,7 @@ docker_image:
libabseil:
- '20240116'
libprotobuf:
- 4.25.3
- 5.27.2
target_platform:
- linux-64
zip_keys:
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 @@ docker_image:
libabseil:
- '20240116'
libprotobuf:
- 4.25.3
- 5.27.2
target_platform:
- linux-aarch64
zip_keys:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ docker_image:
libabseil:
- '20240116'
libprotobuf:
- 4.25.3
- 5.27.2
target_platform:
- linux-ppc64le
zip_keys:
Expand Down
11 changes: 11 additions & 0 deletions .ci_support/migrations/libgrpc_libprotobuf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
__migrator:
build_number: 1
commit_message: Rebuild for libgrp 1.63 & libprotobuf 5.27.2
kind: version
paused: true
migration_number: 1
libgrpc:
- "1.63"
libprotobuf:
- 5.27.2
migrator_ts: 1711628174.9404116
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cxx_compiler_version:
libabseil:
- '20240116'
libprotobuf:
- 4.25.3
- 5.27.2
macos_machine:
- x86_64-apple-darwin13.4.0
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cxx_compiler_version:
libabseil:
- '20240116'
libprotobuf:
- 4.25.3
- 5.27.2
macos_machine:
- arm64-apple-darwin20.0.0
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ source:
fn: bazel # [build_platform == "linux-64"]

build:
number: 0
number: 1
skip: true # [win]

requirements:
Expand Down