-
Notifications
You must be signed in to change notification settings - Fork 37
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
CBL-5720 : Enable vector search tests on macOS, linux, and windows #533
Conversation
pasin
commented
May 15, 2024
•
edited
Loading
edited
- Enabled vector search tests on macOS, linux, and Windows.
- Use Vector Search Build 29.
- Fixed Android PR Validation on Github Action.
- Used a newer windows agent that supports AVX2 required by Vector Search Extension.
- Disabled PQ 12-bits test as the tranining size error was fixed after beta-2.
ec3837c
to
ae1812a
Compare
Code Coverage Results:
|
bcb190b
to
ffbb2c5
Compare
@@ -25,6 +25,7 @@ jobs: | |||
|
|||
- name: Setup Android SDK | |||
run: | | |||
java -version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is for knowing what Java version is used.
@@ -16,7 +16,7 @@ env: | |||
|
|||
jobs: | |||
build: | |||
runs-on: macos-latest | |||
runs-on: macos-12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to explicitly use macos as the latest mac has a new version of Java that doesn't work with android SDK sdkmanager.
* Enabled vector search tests on macOS, linux, and Windows. * Use Vector Search Build 29. * Fixed Android PR Validation on Github Action.
The submodule check will be fixed once C has release/3.2 branch. |
Forgot to remove [VectorSearch].