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

Update folly to resolve simd issue #242

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

chasingegg
Copy link
Collaborator

related milvus issue milvus-io/milvus#27552
milvus fix milvus-io/milvus#28878
/kind bug

Copy link

mergify bot commented Dec 1, 2023

@chasingegg 🔍 Important: PR Classification Needed!

For efficient project management and a seamless review process, it's essential to classify your PR correctly. Here's how:

  1. If you're fixing a bug, label it as kind/bug.
  2. For small tweaks (less than 20 lines without altering any functionality), please use kind/improvement.
  3. Significant changes that don't modify existing functionalities should be tagged as kind/enhancement.
  4. Adjusting APIs or changing functionality? Go with kind/feature.

For any PR outside the kind/improvement category, ensure you link to the associated issue using the format: “issue: #”.

Thanks for your efforts and contribution to the community!.

@chasingegg
Copy link
Collaborator Author

#140

@chasingegg
Copy link
Collaborator Author

/run-e2e

@alexanderguzhva
Copy link
Collaborator

/lgtm

@chasingegg
Copy link
Collaborator Author

/run-e2e

1 similar comment
@chasingegg
Copy link
Collaborator Author

/run-e2e

conanfile.py Outdated
@@ -91,7 +91,8 @@ def requirements(self):
self.requires("double-conversion/3.2.1")
self.requires("xz_utils/5.2.5")
self.requires("fmt/9.1.0")
self.requires("folly/2023.07.12@milvus/dev")
self.requires("folly/2023.10.30.04@milvus/dev")
self.requires("libunwind/1.7.2")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MacOS cannot use libunwind, refer this PR milvus-io/milvus#28929

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated.

@jiaoew1991
Copy link
Contributor

/lgtm

@sre-ci-robot
Copy link
Collaborator

@jiaoew1991: changing LGTM is restricted to collaborators

In response to this:

/lgtm

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@Presburger
Copy link
Collaborator

/lgtm

@sre-ci-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: chasingegg, Presburger

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [Presburger,chasingegg]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@chasingegg
Copy link
Collaborator Author

#140

@chasingegg
Copy link
Collaborator Author

/kind improvement

Copy link

mergify bot commented Dec 4, 2023

@chasingegg Please remove redundant kind/xxx labels and make sure that there is only one kind/xxx label of your Pull Request. (eg. “/remove-kind improvement”)

@chasingegg chasingegg removed the kind/bug This PR is a bug fix label Dec 4, 2023
@sre-ci-robot sre-ci-robot merged commit 62556e2 into zilliztech:main Dec 4, 2023
4 checks passed
@chasingegg chasingegg deleted the update-folly branch December 4, 2023 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants