From 7375179a6957ad868dd1b1680bae9f2a4fc4ba92 Mon Sep 17 00:00:00 2001 From: Bluemedia Date: Sun, 25 Feb 2024 21:27:55 +0100 Subject: [PATCH] change hyprlang build threads --- roles/desktop-environment/tasks/hyprland.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/desktop-environment/tasks/hyprland.yml b/roles/desktop-environment/tasks/hyprland.yml index 24edc37..27b89f3 100644 --- a/roles/desktop-environment/tasks/hyprland.yml +++ b/roles/desktop-environment/tasks/hyprland.yml @@ -76,7 +76,7 @@ chdir: /usr/local/src/hyprlang loop: - "cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B build" - - "cmake --build build --config Release --target hyprlang -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`" + - "cmake --build build --config Release --target hyprlang -j2" - name: Install hyprlang become: yes