From ebdf73555bcb967f7c56e1b1990eb5df293a1b5c Mon Sep 17 00:00:00 2001 From: alemi Date: Sun, 14 Apr 2024 16:52:44 +0200 Subject: [PATCH] ci: don't eat all threads --- .tci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tci b/.tci index 0202c55..a79951f 100755 --- a/.tci +++ b/.tci @@ -1,7 +1,7 @@ #!/bin/bash echo "building release binary" -cargo build --release --all-features +cargo build --release --all-features -j 2 # vps we deploy on has 4 vcpus, don't hog them all! echo "stopping service" systemctl --user stop upub echo "installing new binary"