check existence of compressed clickhouse

This commit is contained in:
Yakov Olkhovskiy 2022-07-27 09:00:05 -04:00 committed by GitHub
parent 0720936c2d
commit f91a0935cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ if [ -n "$MAKE_DEB" ]; then
fi
mv ./programs/clickhouse* /output
mv ./programs/self-extracting/clickhouse /output ||:
[ -x ./programs/self-extracting/clickhouse ] && mv ./programs/self-extracting/clickhouse /output
mv ./src/unit_tests_dbms /output ||: # may not exist for some binary builds
find . -name '*.so' -print -exec mv '{}' /output \;
find . -name '*.so.*' -print -exec mv '{}' /output \;