From 907319a38324fe009f6cb8589ac65d8004e06f70 Mon Sep 17 00:00:00 2001 From: Tee KOBAYASHI Date: Sat, 29 Jan 2022 21:21:06 +0900 Subject: [PATCH] docker image: Install clang-12 and friends --- scripts/setup-ubuntu.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index bbecad85d..ab589bb4c 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -108,6 +108,11 @@ PACKAGES+=" composer" # Needed by package rust. PACKAGES+=" libssl-dev" # Needed to build Rust +PACKAGES+=" llvm-12-dev" +PACKAGES+=" llvm-12-tools" +PACKAGES+=" clang-12" + +# Formerly needed by package rust. Not sure if needed by other packages. PACKAGES+=" clang-10" # Needed for package smalltalk.