Skip to content

Commit 0bfbc5b

Browse files
committed
Revert "chore(thirdparty): Bump gperftools to 2.13 (apache#1682)"
This reverts commit 3238686.
1 parent a276661 commit 0bfbc5b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

scripts/pack_server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ if [ "$use_jemalloc" == "on" ]; then
120120
copy_file ./thirdparty/output/lib/libjemalloc.so.2 ${pack}/bin
121121
copy_file ./thirdparty/output/lib/libprofiler.so.0 ${pack}/bin
122122
else
123-
copy_file ./thirdparty/output/lib/libtcmalloc_and_profiler.so ${pack}/bin
123+
copy_file ./thirdparty/output/lib/libtcmalloc_and_profiler.so.4 ${pack}/bin
124124
fi
125125

126126
copy_file ./thirdparty/output/lib/libboost*.so.1.69.0 ${pack}/bin

scripts/pack_tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ if [ "$use_jemalloc" == "on" ]; then
129129
copy_file ./thirdparty/output/lib/libjemalloc.so.2 ${pack}/lib/
130130
copy_file ./thirdparty/output/lib/libprofiler.so.0 ${pack}/lib/
131131
else
132-
copy_file ./thirdparty/output/lib/libtcmalloc_and_profiler.so ${pack}/lib/
132+
copy_file ./thirdparty/output/lib/libtcmalloc_and_profiler.so.4 ${pack}/lib/
133133
fi
134134

135135
copy_file ./thirdparty/output/lib/libboost*.so.1.69.0 ${pack}/lib/

thirdparty/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ ExternalProject_Get_property(googletest SOURCE_DIR)
9797
set(googletest_SRC ${SOURCE_DIR})
9898

9999
ExternalProject_Add(gperftools
100-
URL ${OSS_URL_PREFIX}/gperftools-2.13.tar.gz
101-
https://github.com/gperftools/gperftools/releases/download/gperftools-2.13/gperftools-2.13.tar.gz
102-
URL_MD5 4e218a40a354748c50d054c285caaae8
100+
URL ${OSS_URL_PREFIX}/gperftools-2.7.tar.gz
101+
https://github.com/gperftools/gperftools/releases/download/gperftools-2.7/gperftools-2.7.tar.gz
102+
URL_MD5 c6a852a817e9160c79bdb2d3101b4601
103103
CONFIGURE_COMMAND ./configure --prefix=${TP_OUTPUT} --enable-static=no --enable-frame-pointers=yes
104104
BUILD_IN_SOURCE 1
105105
)

0 commit comments

Comments
 (0)