civodul pushed a commit to branch master
in repository maintenance.
commit d582c904ffc5b14d35a652e4484f952f3aae7dd0
Author: Ludovic Courtès <[email protected]>
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"))