mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +00:00
6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Try stop parallel build after timeout
|
||
|
|
||
|
killall make gcc gcc-7 g++-7 clang-5.0 clang++-5.0 || true
|