guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: website: Allow offloading of the main derivations


From: Ludovic Courtès
Subject: branch master updated: website: Allow offloading of the main derivations.
Date: Mon, 25 Oct 2021 18:14:54 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix-artwork.

The following commit(s) were added to refs/heads/master by this push:
     new fdcc7eb  website: Allow offloading of the main derivations.
fdcc7eb is described below

commit fdcc7ebd0e14a792a5d8b84315faccbde3f55dde
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Oct 26 00:14:24 2021 +0200

    website: Allow offloading of the main derivations.
    
    * website/.guix.scm (lingua-web-site): Pass #:local-build? #f.
---
 website/.guix.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/website/.guix.scm b/website/.guix.scm
index 866c2ee..3beb0e8 100644
--- a/website/.guix.scm
+++ b/website/.guix.scm
@@ -236,6 +236,7 @@
   (computed-file (string-append "guix-web-site-" lingua)
                  build
                  #:guile (specification->package "guile")
+                 #:local-build? #f          ;this is costly, allow offloading
                  #:options '(#:effective-version "3.0")))
 
 (directory-union "guix-web-site"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]