Add clang dependency to docker images, update validation checks (#1794)

This commit is contained in:
carllin
2018-11-12 19:36:36 -08:00
committed by GitHub
parent d0ebee5e3b
commit dafdab1bbc
3 changed files with 5 additions and 4 deletions

View File

@ -12,6 +12,7 @@ RUN set -x && \
apt update && \
apt install -y \
buildkite-agent \
clang-7 \
cmake \
lcov \
libclang-common-7-dev \