mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 17:44:23 +00:00
349009a0d3
* Build fixes * Fixes * remove libzookeeper-mt-dev * fix * fix * wrong * try fix * fix * Update CMakeLists.txt * Fixes * Update boost to 1.67.0 * Fix ninja * fix
6 lines
163 B
Bash
Executable File
6 lines
163 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Try stop parallel build after timeout
|
|
|
|
killall make gcc gcc-7 g++-7 gcc-8 g++-8 clang-5.0 clang++-5.0 clang-6.0 clang++-6.0 clang-7 clang++-7 || true
|