Skip to content

Commit

Permalink
fix zlib-ng
Browse files Browse the repository at this point in the history
Signed-off-by: Zhigao Tong <[email protected]>
  • Loading branch information
solotzg committed Mar 10, 2022
1 parent 43387df commit 23e28d2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion contrib/zlib-ng
Submodule zlib-ng updated 218 files
1 change: 0 additions & 1 deletion release-centos7/build/build-tiflash-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ cmake-3.22 -S "$SRCPATH" \
-DENABLE_TESTS=${ENABLE_TESTS} \
-DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE \
-DUSE_CCACHE=${USE_CCACHE} \
-DUSE_INTERNAL_ZLIB_LIBRARY=OFF \
-DDEBUG_WITHOUT_DEBUG_INFO=ON

make -j ${NPROC} tiflash
Expand Down
1 change: 0 additions & 1 deletion release-centos7/build/build-tiflash-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ cmake-3.22 -S "${SRCPATH}" ${DEFINE_CMAKE_PREFIX_PATH} \
-DENABLE_TESTING=OFF \
-DENABLE_TESTS=OFF \
-Wno-dev \
-DUSE_INTERNAL_ZLIB_LIBRARY=OFF \
-DUSE_CCACHE=OFF

make -j ${NPROC} tiflash
Expand Down
1 change: 0 additions & 1 deletion release-centos7/build/build-tiflash-ut-coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ cmake-3.22 -S "${SRCPATH}" \
-DUSE_CCACHE=${USE_CCACHE} \
-DTEST_COVERAGE=ON \
-DTEST_COVERAGE_XML=ON \
-DUSE_INTERNAL_ZLIB_LIBRARY=OFF \
-DDEBUG_WITHOUT_DEBUG_INFO=ON

make -j ${NPROC} gtests_dbms gtests_libcommon gtests_libdaemon
Expand Down

0 comments on commit 23e28d2

Please sign in to comment.