Module: Mesa
Branch: master
Commit: acd6117fe03d485f01ea6d6bb1d32aa0187545b8
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=acd6117fe03d485f01ea6d6bb1d32aa0187545b8

Author: Michel Dänzer <[email protected]>
Date:   Thu Mar  4 12:37:56 2021 +0100

ci: Add strace to the x86_build docker image

Reviewed-by: Adam Jackson <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9472>

---

 .gitlab-ci.yml                    | 2 +-
 .gitlab-ci/container/x86_build.sh | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b6f2e476e0..45f91b3d601 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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:
diff --git a/.gitlab-ci/container/x86_build.sh 
b/.gitlab-ci/container/x86_build.sh
index 33d596c751e..75036768d8e 100644
--- a/.gitlab-ci/container/x86_build.sh
+++ b/.gitlab-ci/container/x86_build.sh
@@ -33,6 +33,7 @@ apt-get install -y --no-remove \
       libxml2-dev \
       ocl-icd-opencl-dev \
       procps \
+      strace \
       time \
       wine-development \
       wine32-development

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to