Skip to content

Commit

Permalink
Use ninja instead of make as the default build system.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshbrntt committed Sep 22, 2024
1 parent b454d14 commit b02aa03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ RUN wget -qO- https://apt.kitware.com/keys/kitware-archive-latest.asc | tee /etc
&& apt-get update \
&& apt-get install --no-install-recommends --yes \
cmake=3.30.2-0kitware1ubuntu24.04.1 \
ninja-build=1.11.1-2 \
&& rm -rf /var/lib/apt/lists/*
ENV CMAKE_GENERATOR="Ninja"

FROM base AS windows-sdk
# Install Windows SDK (https://github.com/Jake-Shadle/xwin/blob/97d180c6d537c0bfd52f8ec559c45b247277f156/xwin.dockerfile#LL49C1-L58C1)
Expand Down

0 comments on commit b02aa03

Please sign in to comment.