Merge pull request #26115 from taosdata/fix/TD-30540-30

Update the libuv version to prevent compilation errors in higher versions of GCC
This commit is contained in:
Hongze Cheng 2024-06-17 11:46:05 +08:00 committed by GitHub
commit a4cb7f2357
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# libuv
ExternalProject_Add(libuv
GIT_REPOSITORY https://github.com/libuv/libuv.git
GIT_TAG v1.44.2
GIT_TAG v1.48.0
SOURCE_DIR "${TD_CONTRIB_DIR}/libuv"
BINARY_DIR "${TD_CONTRIB_DIR}/libuv"
CONFIGURE_COMMAND ""