]> git.proxmox.com Git - mirror_qemu.git/commitdiff
docker: install clang since Shippable setup_ve() verify it is available
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 18 Jul 2017 02:47:13 +0000 (23:47 -0300)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 18 Jul 2017 09:58:36 +0000 (10:58 +0100)
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/docker/dockerfiles/debian9.docker

index 056e5389cce5b869408071316c776db7bd1ed1cc..a4509950e65ba024450361a2da39917215f3e448 100644 (file)
@@ -20,6 +20,7 @@ RUN DEBIAN_FRONTEND=noninteractive eatmydata \
         bison \
         build-essential \
         ca-certificates \
+        clang \
         flex \
         git \
         pkg-config \