mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-11 00:59:28 +00:00
Switched build to use ninja by default (#3072)
* Initial plan * Enable Ninja parallel builds for nightly and stable release pipelines Co-authored-by: jLynx <4393979+jLynx@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
+2
-2
@@ -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 make with ninja temporarily while building your image if you prefer to use that by default
|
||||
CMD ["make"]
|
||||
# replace ninja with make if you prefer to use that by default
|
||||
CMD ["ninja"]
|
||||
|
||||
Reference in New Issue
Block a user