Skip to content

Commit 3e6613c

Browse files
aescolarstephanosio
authored andcommitted
base: Also install libclang-rt-*-dev and llvm-*-dev
We forgot libclang-rt-*-dev in 585e01d and that includes the libraries needed for building w sanitizers, fuzzer, etc. Before we were also pulling llvm-*-dev, so let's also keep it just in case Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent deea75b commit 3e6613c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile.base

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,11 @@ RUN <<EOF
168168
clang-tools-${LLVM_VERSION} \
169169
clangd-${LLVM_VERSION} \
170170
libc++-${LLVM_VERSION}-dev \
171+
libclang-rt-${LLVM_VERSION}-dev \
171172
lld-${LLVM_VERSION} \
172173
lldb-${LLVM_VERSION} \
173-
llvm-${LLVM_VERSION}
174+
llvm-${LLVM_VERSION} \
175+
llvm-${LLVM_VERSION}-dev
174176

175177
# Install Python 3.9 for FVP
176178
add-apt-repository -y ppa:deadsnakes/ppa

0 commit comments

Comments
 (0)