File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 27
27
run : |
28
28
mkdir build
29
29
cd build
30
- cmake .. -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DUSE_CN_MIRROR=yes - DCLANG_TIDY=on -DCLANG_TIDY_AS_ERROR=on
30
+ cmake .. -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCLANG_TIDY=on -DCLANG_TIDY_AS_ERROR=on
31
31
32
32
- name : Build
33
33
working-directory : build
Original file line number Diff line number Diff line change 53
53
run : |
54
54
mkdir build
55
55
cd build
56
- cmake .. -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DUSE_CN_MIRROR=yes - DWITH_WEBUI=${{github.event.inputs.WithWebUI}} -DCLANG_TIDY=${{github.event.inputs.WithClangTidy}} -DCLANG_TIDY_AS_ERROR=on
56
+ cmake .. -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DWITH_WEBUI=${{github.event.inputs.WithWebUI}} -DCLANG_TIDY=${{github.event.inputs.WithClangTidy}} -DCLANG_TIDY_AS_ERROR=on
57
57
58
58
- name : Build
59
59
working-directory : build
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ if (NOT @USE_CN_MIRROR@)
39
39
set(MODELBOX_WEBUI_DOWNLOAD_URL "https://github.com/modelbox-ai/modelbox-webui/archive/refs/tags/0.1.3.zip")
40
40
set(EMOTION_DEMO_FILES_DOWNLOAD_URL "https://github.com/modelbox-ai/modelbox-binary/releases/download/BinaryArchive/emotion_demo_files.zip")
41
41
else()
42
- set(GOOGLETEST_DOWNLOAD_URL "https://gitcode.net/mirrors /google/googletest/-/ archive/release-1.11.0/googletest- release-1.11.0.zip")
42
+ set(GOOGLETEST_DOWNLOAD_URL "https://ghproxy.com/github.com /google/googletest/archive/refs/tags/ release-1.11.0.zip")
43
43
set(HUAWEI_SECURE_C_DOWNLOAD_URL "https://gitee.com/openeuler/libboundscheck/repository/archive/master.zip")
44
44
set(TINYLOG_DOWNLOAD_URL "https://ghproxy.com/github.com/pymumu/tinylog/archive/refs/tags/v1.8.zip")
45
- set(PYBIND11_DOWNLOAD_URL "https://gitcode.net/mirrors /pybind/pybind11/-/ archive/v2.10.4/pybind11- v2.10.4.zip")
45
+ set(PYBIND11_DOWNLOAD_URL "https://ghproxy.com/github.com /pybind/pybind11/archive/refs/tags/ v2.10.4.zip")
46
46
set(TOML11_DOWNLOAD_URL "https://ghproxy.com/github.com/ToruNiina/toml11/archive/refs/tags/v3.7.1.zip")
47
- set(NLOHMANN_DOWNLOAD_URL "https://gitcode.net/mirrors /nlohmann/json/-/archive /v3.11.2/json-v3.11.2 .zip")
48
- set(CPP_HTTPLIB_DOWNLOAD_URL "https://gitcode.net/mirrors /yhirose/cpp-httplib/-/ archive/v0.12.6/cpp-httplib- v0.12.6.zip")
47
+ set(NLOHMANN_DOWNLOAD_URL "https://ghproxy.com/github.com /nlohmann/json/releases/download /v3.11.2/include .zip")
48
+ set(CPP_HTTPLIB_DOWNLOAD_URL "https://ghproxy.com/github.com /yhirose/cpp-httplib/archive/refs/tags/ v0.12.6.zip")
49
49
set(APIGW_CPP_SDK_DOWNLOAD_URL "https://obs.cn-north-1.myhuaweicloud.com/apig-sdk/APIGW-cpp-sdk.zip")
50
50
set(MODELBOX_WEBUI_DOWNLOAD_URL "https://gitee.com/modelbox/modelbox-webui/repository/archive/tags/0.1.3.zip")
51
51
set(EMOTION_DEMO_FILES_DOWNLOAD_URL "https://gitee.com/modelbox/modelbox-binary/attach_files/1010735/download/emotion_demo_files.zip")
You can’t perform that action at this time.
0 commit comments