ci: Add llvm-8-dev explicitly.

This fixed "error: No valid LLVM Toolchains found!" when building docker image.

Reviewed-By: Gert Wollny <gert.wollny@collabora.com>
Signed-off-by: Lepton Wu <lepton@chromium.org>
macos/master
Lepton Wu 5 years ago
parent 5ad860a3f8
commit a2962a880f
  1. 1
      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 \

Loading…
Cancel
Save