Merge pull request #30209 from taosdata/enh/build-taosd

enh: add compiling par in tdengine-build.yml
This commit is contained in:
WANG Xu 2025-03-17 18:00:34 +08:00 committed by GitHub
commit af14e9aa3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,8 @@ jobs:
-DBUILD_KEEPER=true \
-DBUILD_HTTP=false \
-DBUILD_TEST=true \
-DWEBSOCKET=true \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_DEPENDENCY_TESTS=false
make -j 4
sudo make install