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 \
|
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
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ RUN apk add --no-cache \
|
||||||
mesa-dev \
|
mesa-dev \
|
||||||
mesa-gl \
|
mesa-gl \
|
||||||
pkgconf \
|
pkgconf \
|
||||||
ninja-build \
|
ninja \
|
||||||
mold
|
mold
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue