From b5ea96bb8b9c4cc8ecbee76b0feb9466e5fcc4f2 Mon Sep 17 00:00:00 2001 From: Uyanide Date: Tue, 24 Mar 2026 11:14:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20CD:=20add=20MAKEFLAGS=20to=20opt?= =?UTF-8?q?imize=20local=20build=20process?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 2050d32..c59f9e5 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -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