Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b9c1acc

Browse files
committedOct 31, 2024
ci: fix TDengine build
1 parent afb5aa3 commit b9c1acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
cd TDengine
7575
mkdir debug
7676
cd debug
77-
cmake .. -DBUILD_TEST=off -DBUILD_HTTP=false -DVERNUMBER=3.9.9.9
77+
cmake .. -DBUILD_TEST=off -DBUILD_HTTP=false -DBUILD_DEPENDENCY_TESTS=0 -DVERNUMBER=3.9.9.9
7878
make -j 4
7979
8080
- name: package

0 commit comments

Comments
 (0)
Please sign in to comment.