unit-test CI: switch to clang-format-6.0
clang-format-5.0 doesn't support the IncludeBlocks configuration option.
Change-Id: I5668c46e502b64f3302754a29383f3137e321014
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/build-unit-test-docker.sh b/build-unit-test-docker.sh
index 8dbd108..85762f0 100755
--- a/build-unit-test-docker.sh
+++ b/build-unit-test-docker.sh
@@ -11,7 +11,7 @@
set -uo pipefail
DOCKER_IMG_NAME=${1:-"openbmc/ubuntu-unit-test"}
-DISTRO=${2:-"ubuntu:artful"}
+DISTRO=${2:-"ubuntu:bionic"}
# Disable autom4te cache as workaround to permission issue
AUTOM4TE_CFG="/root/.autom4te.cfg"
@@ -98,7 +98,7 @@
git \
dbus \
iputils-ping \
- clang-format-5.0 \
+ clang-format-6.0 \
iproute2 \
libnl-3-dev \
libnl-genl-3-dev \