diff options
-rw-r--r-- | .gitlab-ci/debian-install.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh index 0abaf67cee6..7076c3e34e1 100644 --- a/.gitlab-ci/debian-install.sh +++ b/.gitlab-ci/debian-install.sh @@ -27,10 +27,6 @@ apt-get install -y -t stretch-backports \ llvm-5.0-dev \ llvm-6.0-dev \ llvm-7-dev \ - clang-5.0 \ - libclang-5.0-dev \ - clang-6.0 \ - libclang-6.0-dev \ g++ \ clang-8 \ libclang-7-dev |