-
Notifications
You must be signed in to change notification settings - Fork 5k
test: trigger ci test for main #34396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 15 commits
0b577fd
c6abed5
edacedb
4c0e8c0
ea60e2d
cb46c50
6f767a9
60339da
58f6eb0
65d7ae3
db8c3ed
8310bbe
98538de
dbf0598
34545e1
b4e2341
3c2ae93
bbc0b90
b6b6868
1118176
9c5c0be
fddd92d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,13 +1,17 @@ | ||||||
| cmake_minimum_required(VERSION 3.16) | ||||||
| set(CMAKE_EXPORT_COMPILE_COMMANDS ON) | ||||||
|
|
||||||
|
|
||||||
| project( | ||||||
| TDengine | ||||||
| VERSION 3.0 | ||||||
| DESCRIPTION | ||||||
| "An open-source big data platform designed and optimized for the Internet of Things(IOT)" | ||||||
| ) | ||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
| # ref: https://cmake.org/cmake/help/latest/command/cmake_policy.html | ||||||
| # `CMake keeps policy settings on a stack` | ||||||
| if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.24") | ||||||
|
|
@@ -65,3 +69,4 @@ message(STATUS "TAOSADAPTER_GIT_TAG_SHALLOW:${TAOSADAPTER_GIT_TAG_SHALLOW}") | |||||
|
|
||||||
| message(STATUS "TAOSWS_GIT_TAG_NAME:${TAOSWS_GIT_TAG_NAME}") | ||||||
|
|
||||||
|
|
||||||
|
||||||
Copilot
AI
Mar 6, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line introduces a trailing space character. While this is presumably just a no-op change to trigger CI, trailing whitespace should be avoided to keep the file clean.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This hunk adds multiple consecutive blank lines that don't change behavior and create diff noise. Consider reducing this to a single blank line (or a minimal, whitespace-clean change) to keep the file formatting consistent and the PR easier to review.