ci: change ninja-build to ninja in apk installs
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
light7734 2025-07-17 12:24:07 +03:30
parent d453982acf
commit 05f6fab1b8
Signed by: light7734
GPG key ID: 8C30176798F1A6BA
3 changed files with 3 additions and 4 deletions

View file

@ -15,7 +15,7 @@ RUN apk add --no-cache \
pkgconf \ pkgconf \
clang-extra-tools \ clang-extra-tools \
mold \ mold \
ninja-build ninja
RUN pip install --no-cache-dir --break-system-packages conan gitpython \ RUN pip install --no-cache-dir --break-system-packages conan gitpython \
&& conan profile detect && conan profile detect
@ -27,7 +27,6 @@ RUN clang --version \
&& g++ --version \ && g++ --version \
&& clang --version \ && clang --version \
&& clang-tidy --version \ && clang-tidy --version \
&& which ninja \
&& ninja --version \ && ninja --version \
&& mold --version && mold --version

View file

@ -13,7 +13,7 @@ RUN apk add --no-cache \
mesa-dev \ mesa-dev \
mesa-gl \ mesa-gl \
pkgconf \ pkgconf \
ninja-build \ ninja \
mold mold

View file

@ -13,7 +13,7 @@ RUN apk add --no-cache \
mesa-dev \ mesa-dev \
mesa-gl \ mesa-gl \
pkgconf \ pkgconf \
ninja-build \ ninja \
mold \ mold \
valgrind valgrind