ci: add mold package to ci Dockerfiles
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
light7734 2025-07-17 11:58:32 +03:30
parent e4c59bb51f
commit e85374b97e
Signed by: light7734
GPG key ID: 8C30176798F1A6BA
2 changed files with 3 additions and 1 deletions

View file

@ -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 \

View file

@ -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 \