mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Update build.sh
This commit is contained in:
parent
22938a7152
commit
b74ded3dc0
@ -14,15 +14,5 @@ mv *.buildinfo /output
|
|||||||
mv /*.rpm /output ||: # if exists
|
mv /*.rpm /output ||: # if exists
|
||||||
mv /*.tgz /output ||: # if exists
|
mv /*.tgz /output ||: # if exists
|
||||||
|
|
||||||
if [ -n "$BINARY_OUTPUT" ] && { [ "$BINARY_OUTPUT" = "programs" ] || [ "$BINARY_OUTPUT" = "tests" ] ;}
|
|
||||||
then
|
|
||||||
echo Place $BINARY_OUTPUT to output
|
|
||||||
mkdir /output/binary ||: # if exists
|
|
||||||
mv /build/obj-*/programs/clickhouse* /output/binary
|
|
||||||
if [ "$BINARY_OUTPUT" = "tests" ]
|
|
||||||
then
|
|
||||||
mv /build/obj-*/src/unit_tests_dbms /output/binary
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
ccache --show-stats ||:
|
ccache --show-stats ||:
|
||||||
ln -s /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0 /usr/lib/libOpenCL.so ||:
|
ln -s /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0 /usr/lib/libOpenCL.so ||:
|
||||||
|
Loading…
Reference in New Issue
Block a user