ci: Install missing lint packages

Also merge script into ci/lint_run_all.sh because env vars weren't
exported properly
This commit is contained in:
MarcoFalke
2020-12-17 11:42:09 +01:00
parent 9b28bd73a3
commit faeb40bee3
3 changed files with 15 additions and 8 deletions

View File

@@ -6,7 +6,8 @@
export LC_ALL=C
${CI_RETRY_EXE} apt update && apt install -y clang-format-9 python3-pip curl git
${CI_RETRY_EXE} apt-get update
${CI_RETRY_EXE} apt-get install -y clang-format-9 python3-pip curl git gawk jq
update-alternatives --install /usr/bin/clang-format clang-format $(which clang-format-9 ) 100
update-alternatives --install /usr/bin/clang-format-diff clang-format-diff $(which clang-format-diff-9) 100