From: Peter van Dijk Date: Wed, 6 Jan 2021 11:45:08 +0000 (+0100) Subject: install LLVM symbolizer X-Git-Tag: rec-4.5.0-alpha1~34^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e377c44d0edc31f0901b45230dfbc8f9a65aeef;p=thirdparty%2Fpdns.git install LLVM symbolizer --- diff --git a/.circleci/config.yml b/.circleci/config.yml index f64919f91d..7fd43a000e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,7 +51,7 @@ commands: command: | echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list apt-get update - apt-get -qq -t buster-backports --no-install-recommends install clang-8 + apt-get -qq -t buster-backports --no-install-recommends install clang-8 llvm-8 install-coverity-tools: description: Install the coverity tools to /usr/local