🚀 CD: add MAKEFLAGS to optimize local build process

This commit is contained in:
2026-03-24 11:14:08 +01:00
parent 470bb1620a
commit b5ea96bb8b
+2
View File
@@ -66,6 +66,8 @@ jobs:
pacman -Sy --noconfirm archlinux-keyring
pacman -Su --noconfirm base-devel cmake qt6-base qt6-declarative sudo
echo 'MAKEFLAGS="-j$(nproc)"' >> /etc/makepkg.conf
useradd -m builduser
chown -R builduser:builduser /workspace
echo 'builduser ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers