Skip to content

Commit

Permalink
tests/docker/dockerfiles: Add ccache to containers where it was missing
Browse files Browse the repository at this point in the history
Make sure that ccache is available in all containers.

Message-Id: <20210414081907.871437-2-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
  • Loading branch information
huth committed May 3, 2021
1 parent 8c9af95 commit d3bc335
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/docker/dockerfiles/alpine.docker
Expand Up @@ -9,6 +9,7 @@ ENV PACKAGES \
alsa-lib-dev \
bash \
binutils \
ccache \
coreutils \
curl-dev \
g++ \
Expand Down
1 change: 1 addition & 0 deletions tests/docker/dockerfiles/fedora-i386-cross.docker
@@ -1,6 +1,7 @@
FROM fedora:33
ENV PACKAGES \
bzip2 \
ccache \
diffutils \
findutils \
gcc \
Expand Down
1 change: 1 addition & 0 deletions tests/docker/dockerfiles/fedora-win32-cross.docker
Expand Up @@ -4,6 +4,7 @@ FROM fedora:33
ENV PACKAGES \
bc \
bzip2 \
ccache \
diffutils \
findutils \
gcc \
Expand Down
1 change: 1 addition & 0 deletions tests/docker/dockerfiles/fedora-win64-cross.docker
Expand Up @@ -4,6 +4,7 @@ FROM fedora:33
ENV PACKAGES \
bc \
bzip2 \
ccache \
diffutils \
findutils \
gcc \
Expand Down
1 change: 1 addition & 0 deletions tests/docker/dockerfiles/opensuse-leap.docker
Expand Up @@ -5,6 +5,7 @@ ENV PACKAGES \
bc \
brlapi-devel \
bzip2 \
ccache \
cyrus-sasl-devel \
gcc \
gcc-c++ \
Expand Down

0 comments on commit d3bc335

Please sign in to comment.