mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
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:
parent
d411691965
commit
acd6117fe0
2 changed files with 2 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ x86_build:
|
||||||
extends:
|
extends:
|
||||||
- .use-x86_build-base
|
- .use-x86_build-base
|
||||||
variables:
|
variables:
|
||||||
MESA_IMAGE_TAG: &x86_build "2021-02-08-container-reorg"
|
MESA_IMAGE_TAG: &x86_build "2021-02-19-strace"
|
||||||
|
|
||||||
.use-x86_build:
|
.use-x86_build:
|
||||||
extends:
|
extends:
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@ apt-get install -y --no-remove \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
ocl-icd-opencl-dev \
|
ocl-icd-opencl-dev \
|
||||||
procps \
|
procps \
|
||||||
|
strace \
|
||||||
time \
|
time \
|
||||||
wine-development \
|
wine-development \
|
||||||
wine32-development
|
wine32-development
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue