File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 32
32
- name : Configure CMake
33
33
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
34
34
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
35
- run : source /opt/intel/oneapi/setvars.sh && cmake -B ./build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DTHIRD_PARTY_BUILD_TYPE=${{env.BUILD_TYPE}} -DWITH_DISKANN=ON -DWITH_MKL=ON -DBUILD_UNIT_TESTS=OFF -DBRPC_ENABLE_CPU_PROFILER=OFF -DLINK_TCMALLOC=ON -DROCKSDB_PROTABLE_OPTION=1 - DCMAKE_CXX_STANDARD=23
35
+ run : source /opt/intel/oneapi/setvars.sh && cmake -B ./build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DTHIRD_PARTY_BUILD_TYPE=${{env.BUILD_TYPE}} -DWITH_DISKANN=ON -DWITH_MKL=ON -DBUILD_UNIT_TESTS=OFF -DBRPC_ENABLE_CPU_PROFILER=OFF -DLINK_TCMALLOC=ON -DCMAKE_CXX_STANDARD=23
36
36
37
37
- name : Build
38
38
# Build your program with the given configuration
Original file line number Diff line number Diff line change @@ -27,13 +27,12 @@ jobs:
27
27
- name : Clone Submodule
28
28
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
29
29
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
30
- run : git submodule sync --recursive && git submodule update --init --recursive
31
-
30
+ run : git submodule sync --recursive && git submodule update --init --recursive --progress
32
31
33
32
- name : Configure CMake
34
33
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
35
34
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
36
- run : source /opt/intel/oneapi/setvars.sh && cmake -B ./build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DTHIRD_PARTY_BUILD_TYPE=${{env.BUILD_TYPE}} -DWITH_MKL=ON -DBUILD_UNIT_TESTS=OFF -DBRPC_ENABLE_CPU_PROFILER=OFF -DLINK_TCMALLOC=ON -DROCKSDB_PROTABLE_OPTION=1
35
+ run : source /opt/intel/oneapi/setvars.sh && cmake -B ./build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DTHIRD_PARTY_BUILD_TYPE=${{env.BUILD_TYPE}} -DWITH_MKL=ON -DBUILD_UNIT_TESTS=OFF -DBRPC_ENABLE_CPU_PROFILER=OFF -DLINK_TCMALLOC=ON
37
36
38
37
- name : Build
39
38
# Build your program with the given configuration
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
32
32
- name : Clone Submodule
33
33
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
34
34
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
35
- run : git submodule update --init --recursive
35
+ run : git submodule update --init --recursive --progress
36
36
37
37
- name : Configure CMake
38
38
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
39
39
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
40
- run : cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DROCKSDB_PROTABLE_OPTION=1
40
+ run : cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DLINK_TCMALLOC=ON
41
41
42
42
- name : Build
43
43
# Build your program with the given configuration
Original file line number Diff line number Diff line change 1
1
[ ![ CMake_ubuntu] ( https://github.com/dingodb/dingo-store/actions/workflows/ci_ubuntu.yml/badge.svg )] ( https://github.com/dingodb/dingo-store/actions/workflows/ci_ubuntu.yml )
2
- [ ![ CMake_rocky8.6] ( https://github.com/dingodb/dingo-store/actions/workflows/ci_rocky.yml/badge.svg )] ( https://github.com/dingodb/dingo-store/actions/workflows/ci_rocky.yml )
2
+ [ ![ CMake_rocky8] ( https://github.com/dingodb/dingo-store/actions/workflows/ci_rocky8.yml/badge.svg )] ( https://github.com/dingodb/dingo-store/actions/workflows/ci_rocky8.yml )
3
+ [ ![ CMake_rocky9] ( https://github.com/dingodb/dingo-store/actions/workflows/ci_rocky9.yml/badge.svg )] ( https://github.com/dingodb/dingo-store/actions/workflows/ci_rocky9.yml )
3
4
[ ![ Java_Maven_Build] ( https://github.com/dingodb/dingo-store/actions/workflows/java_build.yml/badge.svg )] ( https://github.com/dingodb/dingo-store/actions/workflows/java_build.yml )
4
5
[ ![ Maven_Publish_package] ( https://github.com/dingodb/dingo-store/actions/workflows/java_package.yml/badge.svg )] ( https://github.com/dingodb/dingo-store/actions/workflows/java_package.yml )
5
6
You can’t perform that action at this time.
0 commit comments