Fix docker build (#323)

* fix repos for clang
* fix path for CLANG_FORMAT_BIN in syntax_check.sh
* get version for clang-format
* fix versions for clang-format
This commit is contained in:
rusdacent
2021-02-03 01:15:45 +03:00
committed by GitHub
parent 8836e34840
commit 7481cfd6eb
2 changed files with 3 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ C_FILES=$(find . \
-name *.c -o -name *.h -o -name *.cpp)
ulimit -s 65536
$CLANG_FORMAT_BIN --version
$CLANG_FORMAT_BIN --verbose -style=file -n --Werror --ferror-limit=0 $C_FILES
c_syntax_rc=$?