ci: Add strace to the x86_build docker image

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9472>
This commit is contained in:
Michel Dänzer 2021-03-04 12:37:56 +01:00 committed by Marge Bot
parent d411691965
commit acd6117fe0
2 changed files with 2 additions and 1 deletions

View File

@ -311,7 +311,7 @@ x86_build:
extends:
- .use-x86_build-base
variables:
MESA_IMAGE_TAG: &x86_build "2021-02-08-container-reorg"
MESA_IMAGE_TAG: &x86_build "2021-02-19-strace"
.use-x86_build:
extends:

View File

@ -33,6 +33,7 @@ apt-get install -y --no-remove \
libxml2-dev \
ocl-icd-opencl-dev \
procps \
strace \
time \
wine-development \
wine32-development