ci: change ninja-build to ninja in apk installs
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
d453982acf
commit
05f6fab1b8
3 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ RUN apk add --no-cache \
|
|||
mesa-dev \
|
||||
mesa-gl \
|
||||
pkgconf \
|
||||
ninja-build \
|
||||
ninja \
|
||||
mold
|
||||
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ RUN apk add --no-cache \
|
|||
mesa-dev \
|
||||
mesa-gl \
|
||||
pkgconf \
|
||||
ninja-build \
|
||||
ninja \
|
||||
mold \
|
||||
valgrind
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue