build: require clang-11/llvm-11 for building debian package in d/control

Now the script that builds debian package handle this, so I guess it has
installed some gcc version, but uses clang to compile, and this produces
new errors in other builds.
This commit is contained in:
Azat Khuzhin 2020-12-10 22:19:50 +03:00
parent 8e035a7518
commit af6be3ad5f

4
debian/control vendored
View File

@ -5,8 +5,8 @@ Maintainer: Alexey Milovidov <milovidov@yandex-team.ru>
Build-Depends: debhelper (>= 9),
cmake | cmake3,
ninja-build,
gcc-9 [amd64 i386] | gcc-8 [amd64 i386], g++-9 [amd64 i386] | g++-8 [amd64 i386],
clang-8 [arm64 armhf] | clang-7 [arm64 armhf] | clang-6.0 [arm64 armhf],
clang-11,
llvm-11,
libc6-dev,
libicu-dev,
libreadline-dev,