Skip to content

Commit

Permalink
Use make instead of ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
Davknapp committed Nov 20, 2024
1 parent 2349300 commit 0a0ae2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN git clone https://gcc.gnu.org/git/gcc.git gcc-source ; \
git checkout remotes/origin/releases/gcc-12 ; \
mkdir -p gcc-12-build && cd gcc-12-build ; \
./../configure --enable-languages=c,c++ ; \
ninja -j4; \
make -j4; \
make install; \
cd ../.. && rm -rf gcc-source

Expand Down

0 comments on commit 0a0ae2a

Please sign in to comment.