CI: Add coveralls-lcov gem to ubuntu 24, remove from ubuntu 20

This commit is contained in:
Tim Wojtulewicz 2024-05-28 20:30:22 -07:00
parent d86e73376b
commit 9e9931f2d6
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND="noninteractive" TZ="America/Los_Angeles"
# A version field to invalidate Cirrus's build cache when needed, as suggested in
# https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822
ENV DOCKERFILE_VERSION 20230801
ENV DOCKERFILE_VERSION 20240528
RUN apt-get update && apt-get -y install \
bc \
@ -36,4 +36,3 @@ RUN apt-get update && apt-get -y install \
&& rm -rf /var/lib/apt/lists/*
RUN pip3 install websockets junit2html
RUN gem install coveralls-lcov

View file

@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND="noninteractive" TZ="America/Los_Angeles"
# A version field to invalidate Cirrus's build cache when needed, as suggested in
# https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822
ENV DOCKERFILE_VERSION 20240508
ENV DOCKERFILE_VERSION 20240528
RUN apt-get update && apt-get -y install \
bc \
@ -39,3 +39,4 @@ RUN apt-get update && apt-get -y install \
&& rm -rf /var/lib/apt/lists/*
RUN pip3 install --break-system-packages junit2html
RUN gem install coveralls-lcov