From 9b6c36923f3ac4a2bd8f2a70ca679bc7374aef56 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Fri, 3 Sep 2021 14:29:24 +0200 Subject: Update hook: do not set the number of cores --- hooks/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/update b/hooks/update index df40146..517dc47 100755 --- a/hooks/update +++ b/hooks/update @@ -51,7 +51,7 @@ do guix environment --ad-hoc git -- git archive "-o" "$CHANNEL/source.tar.gz" "$ref" guix ci.scm || exit 1 (cd "$CHANNEL" ; rm -rf "source" ; mkdir "source" ; cd "source" ; guix environment --ad-hoc tar -- tar xf ../source.tar.gz) export CI_REF="$ref" - if OUTCOME=$(guix build -c 4 -L "$CHANNEL/source/guix" -f "$CHANNEL/source/ci.scm") + if OUTCOME=$(guix build -L "$CHANNEL/source/guix" -f "$CHANNEL/source/ci.scm") then >&2 echo "CI ran: $OUTCOME." else -- cgit v1.2.3