fix: update libavrocpp recipe revision - #52704
Merged
Merged
Conversation
Contributor
|
[ci-v2-notice] To rerun ci-v2 checks, comment with:
If you have any questions or requests, please contact @zhikunyao. |
Collaborator
Author
|
/ci-rerun-build-ut-cov |
Collaborator
Author
|
/refresh-label |
Contributor
Contributor
Signed-off-by: Zhikun Yao <zhikun.yao@zilliz.com>
zhikunyao
force-pushed
the
codex/fix-libavrocpp-recipe-rrev
branch
from
August 20, 2026 07:52
0980516 to
052a557
Compare
Contributor
Collaborator
Author
|
/ci-rerun-e2e-default |
Contributor
|
/lgtm |
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liliu-z The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Contributor
|
[approval-status] effective-owner-approvals=1 [liliu-z(review-comment)]; do-not-merge/disable-approve-self=not-required; do-not-merge/doc-need-two-approve=not-required; ignored=[none] |
sre-ci-robot
pushed a commit
that referenced
this pull request
Aug 24, 2026
### What Backport the libavrocpp recipe revision update to the 3.0 branch. - Update libavrocpp/1.12.1.1@milvus/dev from cde7bb587a29f6f233bae7e18b71815d to b4854183542196740ec9a004fdfff7ec. - Keep the 3.0 dependency pin aligned with the fixed Conan 2 recipe used by #52704. ### Why The old recipe downloads Avro 1.12.1 from dlcdn.apache.org, where the archived release now returns 404. milvus-io/conanfiles#183 switched the source to archive.apache.org and published recipe revision b4854183542196740ec9a004fdfff7ec. ### Verification - The new recipe was built from source and its test package passed in the conanfiles production publish workflow. - git diff --check passed. - Branch is rebased on the latest origin/3.0. pr: #52704 Recipe fix: milvus-io/conanfiles#183 Signed-off-by: Zhikun Yao <zhikun.yao@zilliz.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
libavrocpp/1.12.1.1@milvus/devto recipe revisionb4854183542196740ec9a004fdfff7ec.Why
The previous recipe downloads Avro 1.12.1 from
dlcdn.apache.org, where the pinned source has been removed. This breaks builds with a fresh Conan cache. milvus-io/conanfiles#183 switches the recipe to the permanent Apache archive URL while retaining the verified source checksum.The new recipe revision has been built, tested, and uploaded to the production
default-conan-local2remote by the conanfiles publish workflow.Related: milvus-io/conanfiles#183
Validation
git diff --checkinternal/core/conanfile.pywith Python AST