fix: use archived source for libavrocpp - #183
Merged
Merged
Conversation
Signed-off-by: Zhikun Yao <zhikun.yao@zilliz.com>
|
Queued — the merge queue status continues in this comment ↓. |
Merge Queue Status
This pull request spent 28 seconds in the queue, including 5 seconds running CI. Required conditions to merge
|
This was referenced Aug 20, 2026
sre-ci-robot
pushed a commit
to milvus-io/milvus
that referenced
this pull request
Aug 21, 2026
## What changed - Update `libavrocpp/1.12.1.1@milvus/dev` to recipe revision `b4854183542196740ec9a004fdfff7ec`. ## 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-local2` remote by the conanfiles publish workflow. Related: milvus-io/conanfiles#183 ## Validation - `git diff --check` - Parsed `internal/core/conanfile.py` with Python AST - conanfiles recipe verification and production publish succeeded: https://github.com/milvus-io/conanfiles/actions/runs/32267737247 Signed-off-by: Zhikun Yao <zhikun.yao@zilliz.com>
sre-ci-robot
pushed a commit
to milvus-io/milvus
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
dlcdn.apache.orgAvro 1.12.1 source URL with the permanent Apache archive URL.libavrocpp/1.12.1andlibavrocpp/1.12.1.1@milvus/dev.Why
Fresh Conan caches cannot build libavrocpp because the pinned source URL now returns HTTP 404. Existing warm caches mask the problem.
Validation
268e47c0850df04f952ea6fdfc3b12a8d0042124354bff6c0239be0b70016d2eis unchanged.git diff --checkpassed.