summaryrefslogtreecommitdiffstats
path: root/tests/docker/dockerfiles/centos8.docker
diff options
context:
space:
mode:
authorBrad Smith2022-10-25 17:02:15 +0200
committerThomas Huth2022-10-28 09:39:21 +0200
commit8f4bcbcf110f27b3bf8b8c33b48ec321f3e136d3 (patch)
treef2199b78351c10b2fd82b0b90b7ab6a0dbd0efeb /tests/docker/dockerfiles/centos8.docker
parenttests/vm: update openbsd to release 7.2 (diff)
downloadqemu-8f4bcbcf110f27b3bf8b8c33b48ec321f3e136d3.tar.gz
qemu-8f4bcbcf110f27b3bf8b8c33b48ec321f3e136d3.tar.xz
qemu-8f4bcbcf110f27b3bf8b8c33b48ec321f3e136d3.zip
tests: Add sndio to the FreeBSD CI containers / VM
Add sndio to the FreeBSD CI containers / VM Signed-off-by: Brad Smith <brad@comstyle.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Warner Losh <imp@bsdimp.com> Message-Id: <Y1f6dxjvD01DtXyG@humpty.home.comstyle.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/docker/dockerfiles/centos8.docker')
-rw-r--r--tests/docker/dockerfiles/centos8.docker2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docker/dockerfiles/centos8.docker b/tests/docker/dockerfiles/centos8.docker
index d89113c0df..1f70d41aeb 100644
--- a/tests/docker/dockerfiles/centos8.docker
+++ b/tests/docker/dockerfiles/centos8.docker
@@ -130,8 +130,8 @@ RUN dnf distro-sync -y && \
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/g++ && \
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
+ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
ENV LANG "en_US.UTF-8"
ENV MAKE "/usr/bin/make"
ENV NINJA "/usr/bin/ninja"
ENV PYTHON "/usr/bin/python3"
-ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"