From 6502ed5c0a0e5899fa6afef82507dfcb1c816753 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sat, 25 Jan 2020 00:31:41 +0200 Subject: [PATCH] docker image: install llvm-9-dev Needed by rustc-nightly in unstable-packages. --- scripts/setup-ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 62d33f2ad..5120e4b9e 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -106,6 +106,7 @@ PACKAGES+=" erlang-nox" PACKAGES+=" libgc-dev" PACKAGES+=" libgmp-dev" PACKAGES+=" libunistring-dev" +PACKAGES+=" llvm-9-dev" # Needed by packages in X11 repository. PACKAGES+=" gnome-common"