guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: berlin: Fix the 'no-compile?' specification field.


From: Clément Lassieur
Subject: 01/01: hydra: berlin: Fix the 'no-compile?' specification field.
Date: Tue, 26 Jun 2018 09:33:11 -0400 (EDT)

snape pushed a commit to branch master
in repository maintenance.

commit 59bd04c0ae9e6c95e3b11c281c3838a6e65e5366
Author: Clément Lassieur <address@hidden>
Date:   Tue Jun 26 15:10:03 2018 +0200

    hydra: berlin: Fix the 'no-compile?' specification field.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): Replace the
    '#:no-compile?' pair with a dotted pair.
---
 hydra/modules/sysadmin/services.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index fe368df..429d8d6 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -71,7 +71,7 @@
             ;; This file is loaded relative to the checkout.
             (#:file . "build-aux/cuirass/gnu-system.scm")
 
-            (#:no-compile? #t)      ;don't try to run ./bootstrap etc.
+            (#:no-compile? . #t)      ;don't try to run ./bootstrap etc.
 
             (#:proc . cuirass-jobs)
 
@@ -85,7 +85,7 @@
             ;; This file is loaded relative to the checkout.
             (#:file . "build-aux/cuirass/guix-modular.scm")
 
-            (#:no-compile? #t)      ;don't try to run ./bootstrap etc.
+            (#:no-compile? . #t)      ;don't try to run ./bootstrap etc.
 
             (#:proc . cuirass-jobs)
 



reply via email to

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