Skip to content

Commit 465f0f9

Browse files
committed
start daemon manually
1 parent 1ce8d5f commit 465f0f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Github/Runners/bootstrap/debian_guix.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ else
2525
##mirror
2626
#GUIX_GIT_REPO="https://github.com/Millak/guix"
2727
GUIX_LATEST_SHA="$(git ls-remote "${GUIX_GIT_REPO}" 'HEAD' | grep -w 'HEAD' | head -n 1 | awk '{print $1}' | tr -d '[:space:]')"
28+
##Daemon: https://github.com/metacall/guix/blob/master/scripts/entry-point.sh
29+
"/root/.config/guix/current/bin/guix-daemon" --build-users-group="guixbuild" &
2830
GIT_CONFIG_PARAMETERS="'filter.blob:none.enabled=true'" guix pull --url="${GUIX_GIT_REPO}" --commit="${GUIX_LATEST_SHA}" --cores="$(($(nproc)+1))" --max-jobs="2" --disable-authentication &
2931
sudo GIT_CONFIG_PARAMETERS="'filter.blob:none.enabled=true'" guix pull --url="${GUIX_GIT_REPO}" --commit="${GUIX_LATEST_SHA}" --cores="$(($(nproc)+1))" --max-jobs="2" --disable-authentication &
3032
wait ; guix --version

0 commit comments

Comments
 (0)