Parallel compilation

This commit is contained in:
Frank Tornack 2023-01-29 01:28:06 +01:00
parent 98aa6fbfea
commit 108b8c7ac3
No known key found for this signature in database
GPG Key ID: 55ADEA99D305EACD

View File

@ -37,7 +37,7 @@ WORKDIR /tmp
# buid package for qt5-webkit from AUR
RUN git clone https://aur.archlinux.org/qt5-webkit.git && \
cd qt5-webkit && \
makepkg --noconfirm && \
MAKEFLAGS="-j$(nproc)" makepkg --noconfirm && \
cd ..
USER root
# install the package
@ -46,7 +46,7 @@ rm -rf /tmp/qt5-webkit
# build package for wkhtmltopdf from AUR
RUN git clone https://aur.archlinux.org/wkhtmltopdf.git && \
cd wkhtmltopdf && \
makepkg --noconfirm && \
MAKEFLAGS="-j$(nproc)" makepkg --noconfirm && \
cd ..
USER root
# install the package