1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 10:35:10 +00:00

Ok ok, but lcov back.

This commit is contained in:
Brenden Matthews 2021-02-28 15:01:28 -06:00
parent 4d107fca34
commit fb990459e2
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD
4 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,7 @@ RUN dnf update -y -q \
freetype-devel \
git \
imlib2-devel \
lcov \
libcurl-devel \
libical-devel \
libircclient-devel \

View File

@ -4,7 +4,6 @@ FROM ${IMAGE}/builder/fedora-33-base:latest
RUN dnf -y -q install \
clang \
gcovr \
lcov \
libcxx-devel \
libcxxabi-devel \
llvm \

View File

@ -10,6 +10,7 @@ RUN apt-get update \
git \
gpg \
gpg-agent \
lcov \
less \
libaudclient-dev \
libcairo2-dev \

View File

@ -10,7 +10,6 @@ RUN wget -q https://apt.llvm.org/llvm-snapshot.gpg.key \
clang-format-11 \
clang-tidy-11 \
clang-tools-11 \
lcov \
gcovr \
libc++-11-dev \
libc++abi-11-dev \