mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Ensure no new dependencies
This commit is contained in:
parent
f73b3e10ac
commit
c7d8465897
@ -39,7 +39,7 @@ rm -f CMakeCache.txt
|
||||
|
||||
grep -o -P '"contrib/[^"]+"' ../.gitmodules |
|
||||
grep -v -P 'llvm-project|abseil-cpp|qpl|grpc|corrosion' |
|
||||
xargs -I@ find @ -'(' -name 'CMakeLists.txt' -or -name '*.cmake' -')' -and -not -name '*.h.cmake' |
|
||||
xargs -I@ find ../@ -'(' -name 'CMakeLists.txt' -or -name '*.cmake' -')' -and -not -name '*.h.cmake' |
|
||||
xargs rm
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user