File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ function build
206206 (
207207 cd " $FASTTEST_BUILD "
208208 TIMEFORMAT=$' \n real\t %3R\n user\t %3U\n sys\t %3S'
209- ( time ninja clickhouse-bundle) | & ts ' %Y-%m-%d %H:%M:%S' | tee " $FASTTEST_OUTPUT /build_log.txt"
209+ ( time ninja clickhouse-bundle clickhouse-stripped ) | & ts ' %Y-%m-%d %H:%M:%S' | tee " $FASTTEST_OUTPUT /build_log.txt"
210210 BUILD_SECONDS_ELAPSED=$( awk ' /^....-..-.. ..:..:.. real\t[0-9]/ {print $4}' < " $FASTTEST_OUTPUT /build_log.txt" )
211211 echo " build_clickhouse_fasttest_binary: [ OK ] $BUILD_SECONDS_ELAPSED sec." \
212212 | ts ' %Y-%m-%d %H:%M:%S' \
@@ -215,7 +215,6 @@ function build
215215 mkdir -p " $FASTTEST_OUTPUT /binaries/"
216216 cp programs/clickhouse " $FASTTEST_OUTPUT /binaries/clickhouse"
217217
218- strip programs/clickhouse -o programs/clickhouse-stripped
219218 zstd --threads=0 programs/clickhouse-stripped -o " $FASTTEST_OUTPUT /binaries/clickhouse-stripped.zst"
220219 fi
221220 ccache_status
You can’t perform that action at this time.
0 commit comments