summaryrefslogtreecommitdiff
path: root/.gitlab/ci/docker/debian10/install_iwyu.sh
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/ci/docker/debian10/install_iwyu.sh')
-rwxr-xr-x.gitlab/ci/docker/debian10/install_iwyu.sh11
1 files changed, 1 insertions, 10 deletions
diff --git a/.gitlab/ci/docker/debian10/install_iwyu.sh b/.gitlab/ci/docker/debian10/install_iwyu.sh
index 260570e8ec..4814a7161e 100755
--- a/.gitlab/ci/docker/debian10/install_iwyu.sh
+++ b/.gitlab/ci/docker/debian10/install_iwyu.sh
@@ -3,16 +3,7 @@
set -e
# Install development tools.
-apt-get update
-apt-get install -y \
- clang-6.0 \
- libclang-6.0-dev \
- llvm-6.0-dev \
- libz-dev \
- g++ \
- cmake \
- ninja-build \
- git
+apt-get install -y $(grep '^[^#]\+$' /root/iwyu_packages.lst)
cd /root
git clone "https://github.com/include-what-you-use/include-what-you-use.git"