From e85374b97e47516590801fc07c843f54fe61588b Mon Sep 17 00:00:00 2001 From: light7734 Date: Thu, 17 Jul 2025 11:58:32 +0330 Subject: [PATCH] ci: add mold package to ci Dockerfiles --- tools/ci/images/unit_tests/Dockerfile | 3 ++- tools/ci/images/valgrind/Dockerfile | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/ci/images/unit_tests/Dockerfile b/tools/ci/images/unit_tests/Dockerfile index e8fc2b6..fc5a83c 100644 --- a/tools/ci/images/unit_tests/Dockerfile +++ b/tools/ci/images/unit_tests/Dockerfile @@ -12,7 +12,8 @@ RUN apk add --no-cache \ py3-pip \ mesa-dev \ mesa-gl \ - pkgconf + pkgconf \ + mold RUN pip install --no-cache-dir --break-system-packages conan gitpython \ diff --git a/tools/ci/images/valgrind/Dockerfile b/tools/ci/images/valgrind/Dockerfile index 551d1f7..f564e25 100644 --- a/tools/ci/images/valgrind/Dockerfile +++ b/tools/ci/images/valgrind/Dockerfile @@ -13,6 +13,7 @@ RUN apk add --no-cache \ mesa-dev \ mesa-gl \ pkgconf \ + mold \ valgrind RUN pip install --no-cache-dir --break-system-packages conan gitpython \