On Debian 12, this is necessary to get libclang-rt-14-dev (which
contains the headers for LeakSanitizer) without hard-coding the clang
major version.
Signed-off-by: Simon McVittie <smcv@collabora.com>
adduser
ca-certificates
ccache
- clang
cmake
debhelper
dh-autoreconf
$sudo apt-get -qq -y --no-install-recommends install "${packages[@]}"
+ packages=(
+ clang
+ )
+
+ $sudo apt-get -qq -y install "${packages[@]}"
+
if [ "$ci_in_docker" = yes ]; then
# Add the user that we will use to do the build inside the
# Docker container, and let them use sudo