diff --git a/.gitignore b/.gitignore index f4e9bab7a7a..df18591e21a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ # auto generated files *.logrt -build +/build /docs/en_single_page/ /docs/ru_single_page/ /docs/venv/ diff --git a/debian/control b/debian/control index 91a275cad93..591c930b206 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,8 @@ Maintainer: Alexey Milovidov Build-Depends: debhelper (>= 9), cmake3 | cmake, ninja-build, - gcc-7, g++-7, + gcc-7 [amd64 i386], g++-7 [amd64 i386], + clang-6.0 [arm64 armhf] | clang-5.0 [arm64 armhf], libc6-dev, libmariadbclient-dev | default-libmysqlclient-dev | libmysqlclient-dev, libicu-dev, diff --git a/release b/release index cfc81791657..d5bae8c9fe8 100755 --- a/release +++ b/release @@ -97,7 +97,7 @@ if [ -z "$USE_PBUILDER" ] ; then -e DEB_CC=$DEB_CC -e DEB_CXX=$DEB_CXX -e CMAKE_FLAGS="$CMAKE_FLAGS" \ -b ${DEBUILD_NOSIGN_OPTIONS} ${DEBUILD_NODEPS_OPTIONS} else - export DIST=${DIST:=artful} + export DIST=${DIST:=bionic} export SET_BUILDRESULT=${SET_BUILDRESULT:=$CURDIR/..} . $CURDIR/debian/.pbuilderrc