Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Add conan remote address (#1007)
Browse files Browse the repository at this point in the history
Signed-off-by: elstic <[email protected]>
  • Loading branch information
elstic authored Aug 1, 2023
1 parent b7d0b0a commit e8b74a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/E2E2.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pipeline {
sh "apt-get update || true"
sh "apt-get install libaio-dev libopenblas-dev libcurl4-openssl-dev libdouble-conversion-dev libevent-dev libgflags-dev git -y"
sh "pip3 install conan==1.58.0"
sh "conan remote add default-conan-local https://milvus01.jfrog.io/artifactory/api/conan/default-conan-local"
sh "rm -rf /usr/local/lib/cmake/"
sh "mkdir build"
sh "cd build/ && conan install .. --build=missing -o with_ut=True -o with_diskann=True -s compiler.libcxx=libstdc++11 && conan build .."
Expand Down
1 change: 1 addition & 0 deletions ci/E2E_GPU.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pipeline {
sh "git config --global --add safe.directory '*'"
sh "git submodule update --recursive --init"
sh "pip3 install conan==1.58.0"
sh "conan remote add default-conan-local https://milvus01.jfrog.io/artifactory/api/conan/default-conan-local"
sh "rm -rf /usr/local/lib/cmake/"
sh "mkdir build"
sh "cd build/ && conan install .. --build=missing -o with_ut=True -o with_diskann=True -o with_raft=True -s compiler.libcxx=libstdc++11 && conan build .."
Expand Down
1 change: 1 addition & 0 deletions ci/UT_GPU.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pipeline {
sh "apt-get update || true"
sh "apt-get install libaio-dev libcurl4-openssl-dev libdouble-conversion-dev libevent-dev libgflags-dev git -y"
sh "pip3 install conan==1.58.0"
sh "conan remote add default-conan-local https://milvus01.jfrog.io/artifactory/api/conan/default-conan-local"
sh "rm -rf /usr/local/lib/cmake/"
sh "mkdir build"
sh "cd build/ && conan install .. --build=missing -s build_type=Debug -o with_ut=True -o with_raft=True -s compiler.libcxx=libstdc++11 \
Expand Down

0 comments on commit e8b74a8

Please sign in to comment.