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

Fix aws-c-event-stream not found #25437

Merged
merged 1 commit into from
Jul 10, 2023
Merged
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
Fix aws-c-event-stream not found
Signed-off-by: Enwei Jiao <enwei.jiao@zilliz.com>
  • Loading branch information
jiaoew1991 committed Jul 10, 2023
commit 9a66da59bf30fd1e5970851f165db70f757c1992
3 changes: 3 additions & 0 deletions internal/core/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ class MilvusConan(ConanFile):
"aws-c-io/0.10.20@milvus/dev",
"aws-c-http/0.6.13@milvus/dev",
"aws-c-auth/0.6.11@milvus/dev",
"aws-c-event-stream/0.2.7@milvus/dev",
"aws-c-s3/0.1.37@milvus/dev",
"aws-crt-cpp/0.17.23@milvus/dev",
"aws-sdk-cpp/1.9.234",
"googleapis/cci.20221108",
"benchmark/1.7.0",
Expand Down