Skip to content

Commit

Permalink
dummy change
Browse files Browse the repository at this point in the history
Signed-off-by: CaiYudong <[email protected]>
  • Loading branch information
cydrain committed Feb 12, 2025
1 parent 368e43b commit 54a6238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions benchmark/hdf5/benchmark_hdf5.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class Benchmark_hdf5 : public Benchmark_base {
assert(false);
}
}

void
parse_ann_test_name() {
auto pos = parse_name_and_dim();
Expand Down
1 change: 1 addition & 0 deletions ci/E2E-arm.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pipeline {
sh "pip3 install conan==1.61.0"
// sh "conan remote add default-conan-local https://milvus01.jfrog.io/artifactory/api/conan/default-conan-local"
sh "cmake --version"
sh "sleep 3600"
sh "mkdir build"
sh "cd build/ && conan install .. --build=missing -o with_diskann=True -s compiler.libcxx=libstdc++11 && conan build .."
sh "cd python && VERSION=${version} python3 setup.py bdist_wheel"
Expand Down

0 comments on commit 54a6238

Please sign in to comment.