From 05f6fab1b82e5eff435f9e46b11caaab70b33fb2 Mon Sep 17 00:00:00 2001 From: light7734 Date: Thu, 17 Jul 2025 12:24:07 +0330 Subject: [PATCH] ci: change ninja-build to ninja in apk installs --- tools/ci/images/static_analysis/Dockerfile | 3 +-- tools/ci/images/unit_tests/Dockerfile | 2 +- tools/ci/images/valgrind/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/tools/ci/images/static_analysis/Dockerfile b/tools/ci/images/static_analysis/Dockerfile index 18b0c0d..5651efc 100644 --- a/tools/ci/images/static_analysis/Dockerfile +++ b/tools/ci/images/static_analysis/Dockerfile @@ -15,7 +15,7 @@ RUN apk add --no-cache \ pkgconf \ clang-extra-tools \ mold \ - ninja-build + ninja RUN pip install --no-cache-dir --break-system-packages conan gitpython \ && conan profile detect @@ -27,7 +27,6 @@ RUN clang --version \ && g++ --version \ && clang --version \ && clang-tidy --version \ - && which ninja \ && ninja --version \ && mold --version diff --git a/tools/ci/images/unit_tests/Dockerfile b/tools/ci/images/unit_tests/Dockerfile index 1ade57d..0ab6a45 100644 --- a/tools/ci/images/unit_tests/Dockerfile +++ b/tools/ci/images/unit_tests/Dockerfile @@ -13,7 +13,7 @@ RUN apk add --no-cache \ mesa-dev \ mesa-gl \ pkgconf \ - ninja-build \ + ninja \ mold diff --git a/tools/ci/images/valgrind/Dockerfile b/tools/ci/images/valgrind/Dockerfile index 551f9e9..d17736b 100644 --- a/tools/ci/images/valgrind/Dockerfile +++ b/tools/ci/images/valgrind/Dockerfile @@ -13,7 +13,7 @@ RUN apk add --no-cache \ mesa-dev \ mesa-gl \ pkgconf \ - ninja-build \ + ninja \ mold \ valgrind