Skip to content

Commit

Permalink
Switch to ninja build
Browse files Browse the repository at this point in the history
  • Loading branch information
navrocky committed Apr 4, 2024
1 parent 9ae0164 commit a6a965b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.uclibc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM navrocky/buildroot-uclibc-toolchain:i686-2023.11.1

RUN set -x && \
apt-get update && \
apt-get -y install cmake make python3-pip && \
apt-get -y install cmake make python3-pip ninja-build && \
pip install conan --break-system-packages

RUN conan profile detect --force && sed -i 's/x86_64/x86/g' ~/.conan2/profiles/default
Expand All @@ -18,5 +18,5 @@ COPY . /sources/

RUN set -x && \
cd /build && \
cmake /sources -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release && \
cmake /sources -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release -G Ninja && \
cmake --build .

0 comments on commit a6a965b

Please sign in to comment.