Merge pull request #16305 from taosdata/fix/sangshuduo/TD-18544-libuv-compile-error

fix: libuv compile error with gcc 11+
This commit is contained in:
Shengliang Guan 2022-08-22 20:34:58 +08:00 committed by GitHub
commit 0873007eeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.42.0
GIT_TAG v1.44.2
SOURCE_DIR "${TD_CONTRIB_DIR}/libuv"
BINARY_DIR "${TD_CONTRIB_DIR}/libuv"
CONFIGURE_COMMAND ""