From 3749ab340a5195d0f0c92945feea34f0ff4863a5 Mon Sep 17 00:00:00 2001 From: alemi Date: Fri, 21 Jun 2024 05:20:15 +0200 Subject: [PATCH] ci: more build threads, ftbsc is beefy --- .tci | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tci b/.tci index 7b837b83..5cc5043f 100755 --- a/.tci +++ b/.tci @@ -1,7 +1,7 @@ #!/bin/bash echo "building release binary" -cargo build --release --all-features -j 2 +cargo build --release --all-features -j 4 echo "stopping service" systemctl --user stop upub echo "installing new binary" @@ -12,7 +12,7 @@ echo "restarting service" systemctl --user start upub echo "rebuilding frontend" cd web -CARGO_BUILD_JOBS=2 /opt/bin/trunk build --release --public-url 'https://dev.upub.social/web' +CARGO_BUILD_JOBS=4 /opt/bin/trunk build --release --public-url 'https://dev.upub.social/web' echo "deploying frontend" rm /srv/http/upub/dev/web/* mv ./dist/* /srv/http/upub/dev/web/