From a2962a880fec68df36649ad341976f93b5e83f97 Mon Sep 17 00:00:00 2001 From: Lepton Wu Date: Mon, 21 Oct 2019 16:39:46 -0700 Subject: [PATCH] ci: Add llvm-8-dev explicitly. This fixed "error: No valid LLVM Toolchains found!" when building docker image. Reviewed-By: Gert Wollny Signed-off-by: Lepton Wu --- ci/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/Dockerfile b/ci/Dockerfile index 7f14121..260e117 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -50,6 +50,7 @@ RUN apt-get update && \ libwayland-egl-backend-dev \ linux-image-amd64 \ lld-8 \ + llvm-8-dev \ mesa-utils \ nasm \ ninja-build \