concurrent build when cross compiling on m1 fails

This commit is contained in:
2026-04-28 22:28:38 +01:00
parent 010477fa4a
commit 6b66f9ba30
+1 -1
View File
@@ -88,7 +88,7 @@ RUN cpanm -l $HOME/perl5 --no-wget local::lib Template::Plugin::YAML \
&& cd ${Z88DK_PATH} \ && cd ${Z88DK_PATH} \
&& eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)" \ && eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)" \
&& chmod 777 build.sh \ && chmod 777 build.sh \
&& BUILD_SDCC=1 BUILD_SDCC_HTTP=1 MAKE_CONCURRENCY=-j8 ./build.sh \ && BUILD_SDCC=1 BUILD_SDCC_HTTP=1 ./build.sh \
&& make install-clean bins-clean && make install-clean bins-clean
FROM ubuntu:24.04 FROM ubuntu:24.04