mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +00:00
Ok ok, but lcov back.
This commit is contained in:
parent
4d107fca34
commit
fb990459e2
@ -10,6 +10,7 @@ RUN dnf update -y -q \
|
|||||||
freetype-devel \
|
freetype-devel \
|
||||||
git \
|
git \
|
||||||
imlib2-devel \
|
imlib2-devel \
|
||||||
|
lcov \
|
||||||
libcurl-devel \
|
libcurl-devel \
|
||||||
libical-devel \
|
libical-devel \
|
||||||
libircclient-devel \
|
libircclient-devel \
|
||||||
|
@ -4,7 +4,6 @@ FROM ${IMAGE}/builder/fedora-33-base:latest
|
|||||||
RUN dnf -y -q install \
|
RUN dnf -y -q install \
|
||||||
clang \
|
clang \
|
||||||
gcovr \
|
gcovr \
|
||||||
lcov \
|
|
||||||
libcxx-devel \
|
libcxx-devel \
|
||||||
libcxxabi-devel \
|
libcxxabi-devel \
|
||||||
llvm \
|
llvm \
|
||||||
|
@ -10,6 +10,7 @@ RUN apt-get update \
|
|||||||
git \
|
git \
|
||||||
gpg \
|
gpg \
|
||||||
gpg-agent \
|
gpg-agent \
|
||||||
|
lcov \
|
||||||
less \
|
less \
|
||||||
libaudclient-dev \
|
libaudclient-dev \
|
||||||
libcairo2-dev \
|
libcairo2-dev \
|
||||||
|
@ -10,7 +10,6 @@ RUN wget -q https://apt.llvm.org/llvm-snapshot.gpg.key \
|
|||||||
clang-format-11 \
|
clang-format-11 \
|
||||||
clang-tidy-11 \
|
clang-tidy-11 \
|
||||||
clang-tools-11 \
|
clang-tools-11 \
|
||||||
lcov \
|
|
||||||
gcovr \
|
gcovr \
|
||||||
libc++-11-dev \
|
libc++-11-dev \
|
||||||
libc++abi-11-dev \
|
libc++abi-11-dev \
|
||||||
|
Loading…
Reference in New Issue
Block a user