Mesa (main): ci: Add socat utility

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Feb 17 07:43:50 UTC 2022


Module: Mesa
Branch: main
Commit: 5b9788c3c90512ab299556327b5c351697026b10
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b9788c3c90512ab299556327b5c351697026b10

Author: Cristian Ciocaltea <cristian.ciocaltea at collabora.com>
Date:   Wed Feb  9 12:14:37 2022 +0200

ci: Add socat utility

Provide the 'socat' utility in 'debian/x86_test-gl' container to be used
later for improving the inter-process communication with crosvm guest
tasks based on the virtio transport for Virtual Sockets (virtio-vsock).

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea at collabora.com>
Reviewed-by: Daniel Stone <daniels at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14995>

---

 .gitlab-ci/container/debian/x86_test-gl.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci/container/debian/x86_test-gl.sh b/.gitlab-ci/container/debian/x86_test-gl.sh
index f958c301656..9dc8b395d7c 100644
--- a/.gitlab-ci/container/debian/x86_test-gl.sh
+++ b/.gitlab-ci/container/debian/x86_test-gl.sh
@@ -64,6 +64,7 @@ apt-get install -y --no-remove \
       python3-lxml \
       python3-renderdoc \
       python3-simplejson \
+      socat \
       spirv-tools \
       sysvinit-core \
       wget



More information about the mesa-commit mailing list