ci: add mold package to ci Dockerfiles
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
e4c59bb51f
commit
e85374b97e
2 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,8 @@ RUN apk add --no-cache \
|
||||||
py3-pip \
|
py3-pip \
|
||||||
mesa-dev \
|
mesa-dev \
|
||||||
mesa-gl \
|
mesa-gl \
|
||||||
pkgconf
|
pkgconf \
|
||||||
|
mold
|
||||||
|
|
||||||
|
|
||||||
RUN pip install --no-cache-dir --break-system-packages conan gitpython \
|
RUN pip install --no-cache-dir --break-system-packages conan gitpython \
|
||||||
|
|
|
@ -13,6 +13,7 @@ RUN apk add --no-cache \
|
||||||
mesa-dev \
|
mesa-dev \
|
||||||
mesa-gl \
|
mesa-gl \
|
||||||
pkgconf \
|
pkgconf \
|
||||||
|
mold \
|
||||||
valgrind
|
valgrind
|
||||||
|
|
||||||
RUN pip install --no-cache-dir --break-system-packages conan gitpython \
|
RUN pip install --no-cache-dir --break-system-packages conan gitpython \
|
||||||
|
|
Loading…
Add table
Reference in a new issue