Revert "Switched build to use ninja by default (#3072)" (#3102)

This reverts commit 22932e636d.
This commit is contained in:
jLynx
2026-03-20 12:16:14 +13:00
committed by GitHub
parent 8883f2decc
commit ce87161f9b
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -29,5 +29,5 @@ RUN mkdir /opt/build \
ADD firmware/tools/docker-entrypoint.sh /usr/local/bin/entrypoint.sh
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
# replace ninja with make if you prefer to use that by default
CMD ["ninja"]
# replace make with ninja temporarily while building your image if you prefer to use that by default
CMD ["make"]