add network minitor.
Some checks failed
Deploy Docker Images / Docusaurus build and Server deploy (push) Successful in 16s
Deploy / PullDocker (push) Successful in 5s
Deploy / Build (push) Failing after 4m15s

This commit is contained in:
amass 2024-11-09 19:25:57 +08:00
parent 1a84bdc1a3
commit 71c91c9f88
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ set(MBEDTLS_ROOT ${Libraries_ROOT}/mbedtls-3.6.2)
set(MBEDTLS_INCLUDE_DIR ${MBEDTLS_ROOT}/include) set(MBEDTLS_INCLUDE_DIR ${MBEDTLS_ROOT}/include)
set(MBEDTLS_LIBRARY_DIRS ${MBEDTLS_ROOT}/lib) set(MBEDTLS_LIBRARY_DIRS ${MBEDTLS_ROOT}/lib)
set(WT_ROOT ${Libraries_ROOT}/wt-4.11.0) set(WT_ROOT ${Libraries_ROOT}/wt-4.11.1)
set(WT_INCLUDE_DIR ${WT_ROOT}/include) set(WT_INCLUDE_DIR ${WT_ROOT}/include)
set(WT_LIBRARY_DIRS ${WT_ROOT}/lib) set(WT_LIBRARY_DIRS ${WT_ROOT}/lib)
set(WT_LIBRARIES wt wttest wthttp wtdbo wtdbosqlite3) set(WT_LIBRARIES wt wttest wthttp wtdbo wtdbosqlite3)

View File

@ -21,9 +21,9 @@ function cmake_scan() {
} }
function build() { function build() {
reset # reset
pkill -9 HttpServer # pkill -9 HttpServer
cp -r /opt/Libraries/wt-4.11.0/share/Wt/* ./build # cp -r /opt/Libraries/wt-4.11.0/share/Wt/* ./build
if [ ! -f "${build_path}/CMakeCache.txt" ]; then if [ ! -f "${build_path}/CMakeCache.txt" ]; then
cmake_scan cmake_scan