guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: bayfront: Do not run ./bootstrap in Guix.


From: Ludovic Courtès
Subject: 01/01: hydra: bayfront: Do not run ./bootstrap in Guix.
Date: Sun, 1 Jan 2017 23:16:32 +0000 (UTC)

civodul pushed a commit to branch master
in repository maintenance.

commit d582c904ffc5b14d35a652e4484f952f3aae7dd0
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jan 2 00:09:04 2017 +0100

    hydra: bayfront: Do not run ./bootstrap in Guix.
    
    * hydra/bayfront.scm (%cuirass-specs): Add #:no-compile? #t.
---
 hydra/bayfront.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index f2df887..456356a 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -88,6 +88,7 @@
             ;; 'primitive-load'.
             (#:file . #$(file-append (package-source cuirass)
                                      "/tests/gnu-system.scm"))
+            (#:no-compile? #t)             ;don't try to run ./bootstrap etc.
 
             (#:proc . hydra-jobs)
             (#:arguments (subset . "all"))



reply via email to

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